@charset "utf-8";
input.FormField {
	background: url('../../images/html/formfield_bg.gif') repeat-x #242424;
	background-color:#FFFFFF;
	width:270px;
	height:20px;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	margin-right:10px;
	margin-bottom:15px;
	vertical-align:middle;
}

textarea.FormField {
	background: url('../../images/html/formfield_bg.gif') repeat-x #242424;
	width:270px;
	height:100px;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	padding-left:5px;
	margin-right:10px;
	margin-bottom:15px;
}

select.FormSelect {
	background: url('../../images/html/formfield_bg.gif') repeat-x;
	width:150px;
	height:20px;
	border:none;
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#FFF;
	margin-right:10px;
	margin-bottom:15px;
}
