label,
input,
textarea,
.error{
	font-family:  Arial;
	font-size:11px;
	border:0px;
	color:#fff;
}

input{
	width: 440px;
	height: 18px;
	background: url("images/bg.png") repeat;
	padding: 5px 10px 5px 10px;
margin-bottom: 2px;

} 


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: #000;
margin-bottom: 2px;
	width:440px;
	height:100px;
background: url("images/bg.png") repeat;

}



input.button{
	background: url("images/bg.png") repeat;
	width: 80px; 
	height: 24px;
	display: block;
	cursor:pointer;
	font-size:12px;
	float: right;
	margin-top: 10px;
	color:#185574;
}

input.button:hover{
	border: 1px solid #8bb5c4;
	color:#fff;
}


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;
}
