@CHARSET "UTF-8";

label{
	font-size: 12px;
	color: #000;
	font-weight: normal;
	letter-spacing: normal;
}

input{
	height: 23px;	
}

textarea{
	width: 500px !important;
	height: 190px;
	overflow: hidden;
}

input, textarea{
	background-color: transparent;
	border: none;
	color: #fff;
	font-size: 11px;	
	width: 150px;
	padding-left: 3px;
	background-color: #e6e6e6;
}

span.error, em.required_fields{
	font-size:10px;
	line-height:110%;
	color: red;
	letter-spacing: normal;
	text-align: left;
}

input.submit{
	width: 90px;
	height: 22px;
	border: none;
	color: #fff;
	text-align: center; 
	display: block;
	margin-left: 60px;
	margin-top: 10px;
}

/*Error listing*/
ul#errors{
	list-style: none;
	color: red;
	text-align: left;
}
