/************************************LOGIN BOX STYLES************************************/


.ReturnUser_LoginBox
{
	width:315px;
/*	height:320px;*/
	z-index:1000;
	position:absolute;
	display:none;
	top:52px;
	padding:15px;
	background-color:#f1f1f1;

	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	 
	-webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;
	-moz-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;
	box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.4), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;

    *border:3px solid #ccc; /*FOR IE*/
	*background-color:#fff; /*FOR IE*/

}

.RU_LoginButton {
	margin: 20px 0 0 0;
}

.FTUser_LoginBox
{
	width:315px;
/*	height:320px;*/
	z-index:1100;
	position:absolute;
	display:none;
	top:52px;
	padding:15px;
	background-color:#f1f1f1;

	
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	
	 -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;
	 -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;
	 box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1), 0 0 0 6px rgba(255, 255, 255, 1.0) inset, 0 0 0 7px rgba(204, 204, 204, 1.0) inset;
	 
	*border:3px solid #ccc; /*FOR IE*/
	*background-color:#fff; /*FOR IE*/

}

a.lostPasswordText
{
	color:#35608c;
	font-weight:bold;
	text-decoration:none;
}

a:hover.lostPasswordText
{
	color:#35608c;
	font-weight:bold;
	text-decoration:underline;
}

.FT_loginText
{
	color:#35608c;
	text-align:left;
	line-height:20px;
	margin:0 0 5px 0;
}

.flagPlacement
{
	float:left;
	margin:-16px 0 0 -29px;
}

/******************************************FORM STYLES******************************************/


form input.Login_TextInputStyle, .formInputBoxText

{
	border:1px solid #e3e3e3;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	 box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 border-radius:3px;
	width:300px;
	height:34px;
	padding:0 0 0 10px;	
	margin:2px 0 6px 0;
}


.country_DropDownBox
{
	border:1px solid #ccc;
	background:#fff;
	width:300px;
/*	height:150px;*/
	text-align:left;
}

ul.countryDDList
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}

ul.countryDDList li a
{
    color: #777777;
    display: block;
    padding: 8px;
    text-decoration: none;
	background: rgb(247,247,247); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(247,247,247,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(247,247,247,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	border-bottom: 1px solid #eee;	
}

ul.countryDDList li a:hover
{
	background: rgb(238,238,238); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(241,241,241,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,238,238,1)), color-stop(100%,rgba(241,241,241,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(241,241,241,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(241,241,241,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(241,241,241,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f1f1f1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(238,238,238,1) 0%,rgba(241,241,241,1) 100%); /* W3C */
}

.flagListPostion
{
	float: left;
	margin: -1px 4px 0 0;
}

/******************************************ERROR STYLE******************************************/

.errorMessageIcon
{
	float:left;
}

.errorMessage
{
	align=left;
	float:left;
	font-weight:bold;
	color:#ff0000;
	margin:0 0 10px 10px;
	width:275px;
	text-align:left;
}

form input.Login_ErrorStyle

{
	border:2px solid #ff0000;
	-moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	 box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	 border-radius:3px;
	width:300px;
	height:34px;
	padding:0 0 0 10px;	
	margin:2px 0 6px 0;
}
