input, textarea, select{
	border:1px solid #A9A697;
	padding:4px;
	margin:0 3px 3px 3px;
	background-color:#fff;
	width:350px;
	font-size:10px;
	color:#5E4F44;
}
input:focus{
	background-color:#fff;
}
select{
	width:259px;
}
select option{
	padding:2px;	
}
select option:hover{
	text-transform:uppercase;
	font-weight:bold;
	background-color:#C80000;
	color:#fff;
}
textarea{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:18px;
}
input.submit{
	border:none;
	margin:0;
	color:#fff;
	margin:10px 0 0 260px;
	width:175px;
	height:29px;
}
.formbody{
	margin:30px 0 15px 0;
}
input.text.mandatory.error{
	border:1px solid #C80000;
	background-color:#FFD5D5;
	}

.divider{
	width: 350px;
	height: 1px;
	margin:5px 50px 5px 100px;
	border:none;
	background-color:transparent;
}
p.error{
	display:none;	
}
.captcha_text{
	float:left;	
	margin-left:200px;
}
label{
	float: left;
	display: block;
	width: 150px;
	text-align: right;
	padding-right: 15px;
}
span.invisible{
	visibility:hidden;
	width:0;
	height:0;
}
span.captcha_text{
	font-size:11px;
	position:relative;
	left:-195px;
	width:300px;
}
label{
	font-size:11px;	
}
label.mandatory{
	font-weight:bold;
}
.login_info{
	height:0;
	width:0;
	font-size:0px;
	line-height:0px;
	visibility:hidden;
}
