@CHARSET "utf-8";

/******** html ********/
label{
	width:110px;
	float:left;
	margin: 2px;
}

/******** id ********/
#username, #password{
	width: 128px;
	float:left;
}

#submitbtn{
	margin-top: 4px;
	margin-right: 2px;
	float:right;
}
#statusDiv{
	margin-top: 6px;
	float: left;
	width: 164px;
	font-weight:bold;
}

#lbFootnote{
   	width: 308px; /* 318 */  
   	margin: 12px 0 0 10px;
   	text-align: right;
}

#row1{
	width: 400px;
	float:left;
}
#row2{
	width: 400px;
	float:right;
}
#ajaxLoaderLogin{
	float:none;
}
#Email{
	width:180px;
}
#submitEmail{
	margin:4px 0 0 0;
	float:right;
}
#statusDivEmail, #errorDivEmail{
	float:left;
	margin-top:8px;
	font-weight:bold;
	color:#000000;
	width: 250px;
}
#errorDivEmail{
	display: none;	
}
#divFormFields label{
	width: 70px;
}
#divFormFields{
	width: 270px;
	margin:auto;
}
#divFormFields input{
	float:right;
}
#sendMailLoader{
	display: none;
	margin:2px;
}
#standardFields, #extraFields, #divFormEnd{
	width:350px; 
	margin:auto;
}
#standardFields{
	margin-bottom:6px;
}
#standardFields input, select{
	margin-top:1px;
	width: 240px;
	/*float:left;*/
}
#standardFields label{
	width: 100px;
	/*padding-top:2px;*/
}

#extraFields td{
	vertical-align: top;
	padding: 2px 2px 2px 0;
}
#extraFields label{
	width:100%;
	padding:0;
	border:0;
	margin:0;
}

#HeardAboutUs{
	width:298px;
}
#KeepInformed, #aDisclaimer{
	margin-top:		4px;
	margin-right: 	8px;
}
#divFormEnd{
	margin-top:10px;
}
#statusDivReg, #errorDivReg{
	width: 	190px;
	display:block;
	font-weight: bold;
}
#errorDivReg{
	display: none;	
	
}
#btnSend{
	float:right;
}
/******** classes ****/

.loginBox h3{
	margin: 6px 0 0 0;
	font-size:1.1em;
}

.loginBox {
  	width: 380px; /* 380 */
   	margin: 20px 18px 0 0px;
}

.lbFooter {
	width: 318px; /* 318 */
	height:15px;
	margin:0;	 
}
.lbContent { 
   	padding: 10px 30px 20px 30px; 
   	margin: 0; 
}
.lbContent ol{
	list-style-type:none;
	padding:0;
}
.lbContent a:link{
	margin-left: 8px;
	color:#9C3022;
}
.lbContent a:hover{
	color:#BED600;
}
.required{
	font-weight: normal !important;
}
