@charset "UTF-8";
/* CSS Document */

/* New Account Registration Form stylesheet */
.login_container {
	width: 200px;
	padding: 50px;
	padding-top: 10px;
	text-align: left;
	
	border-style: solid;
	border-width: thin;
	border-color: #999999;
}

#recaptcha_widget_div {
	background-color: #FFFFFF; 
	float: left;
	width: 100%;
}
.registercontainer{}
.registerlabel {
	width: 315px;
	height: 24px;
	padding: 2px;
	float: left;
	color: #333333;;
	font-weight: bold;
	
} 

input[type="text"], input[type="password"] {
	display:block;
	font-size:1.1em;
	font-weight:bold;
}
input[type="text"], input[type="password"], input[type="file"], select, textarea {
	width:162px;
	float: left;
	background:#F3F3F3;
	border-color:#C6C6C6;
	border-style:solid;
	border-width:1px;
	color:#333333;
	padding:3px;
	margin-bottom: 2px;
}

.formbutton {
    border: none;
    background: url('../_img/button.jpg') no-repeat bottom left;
    width: 125px;
    height: 30px;
    color: #ffffff;
    font-size: 14px;
    margin-top:2px;
}
.formbutton:hover {
	color: #E5E5E5;
}

#showajaxstatus {
	float:right; 
	width:151px; 
	background-color:#FFFFFF;
	color:#FF6600;
	padding-left: 4px;
	margin-right: 18px;
}

.lbl {
	font-size:12px;

}

.helptips {	/*-- help tips in the reg form --*/
	width: 480px;
	min-height: 47px;
	background-image:url(../_img/bg_reg_tips.jpg);
	background-repeat: no-repeat;
	float:left;
	font-size: 12px;
	margin-left: -25px;
	padding-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
}

