label,
input,
textarea,
.error{
	font-family:  Arial;
	font-size:11px;
	border:0px;
}

input{
	width: 560px;
	height: 14px;
	background:#ffffff;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #e7e1ca;
	border-bottom: 1px solid #e7e1ca;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);
} 


label{
	font-size:10px;
	font-weight: bold;
	display:block;
	height:12px;
	margin: 10px 0px 3px 0px;
}

.error{
	font-size:11px;
	background:#b21205;
	color:#ffffff;
	padding: 2px 5px 2px 5px;
	width: 90px;
	height: 12px;
}


textarea{
	padding:10px;
	background: #ffffff;
	border-right: 1px solid #e7e1ca;
	border-bottom: 1px solid #e7e1ca;
	width:560px;
	height:60px;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);

}



input.button{
	background: #ffffff;
	border: 0px;
	width: 60px; 
	height: 24px;
	display: block;
	margin-left: 520px;
	cursor:pointer;
	font-size:12px;
	font-weight: bold;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: alpha(opacity=40);

}

input.button:hover{
	opacity: 1;
	-moz-opacity:1;
	filter: alpha(opacity=100);

}


input.button:hover{
	background-position:left bottom
}

fieldset{
}
fieldset p{
padding-bottom:10px;

}

legend{
font-size: 14px;
}

.formloader{
	width: 100%; 
	height: 100px;
	background: url("/images/ajax.gif") center center no-repeat;
}
