@CHARSET "UTF-8";

label{
	font-size: 11px;
	color: #4C5327;
}

input{
	height: 20px;
}

textarea{
	width: 178px;
	height: 161px;
	overflow: hidden;
}

input, textarea{
	background-color: #e7e7e7;
	border: 1px solid #c9c9c9;
	width: 195px;
	font-size: 11px;	
}

span.error, em.required_fields{
	font-size:10px;
	line-height:110%;
	color: red;
}

input.submit{
	width: 90px;
	height: 22px;
	background: url(../images/button.gif);
	border: none;
	color: #fff;
	text-align: center; 
	display: block;
	margin-left: 60px;
	margin-top: 10px;
}

select{
	background-color:#E7E7E7;
	border:1px solid #C9C9C9;
	width: 200px;
	font: 76%/120% Tahoma,Geneva,Kalimati,sans-serif;
	font-size: 11px;
	
}

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

table#BlackTitleBold td{
	padding-bottom: 5px;
}

table#BlackTitleBold textarea{
	width: 420px;
}