@charset "utf-8";
/* CSS Document */
.formcontrols
{
	font-family:Verdana;
	font-size:18px;
	color:#FFF;
	width:400px;
	background-color:#b8b6ac;
	border:none;
	height:30px;
}
.formcontrollabel
{
	font-family:Arial, Helvetica, sans-serif !important;
	color:#5f5c4f;
	font-size:12px;
}
.buttons
{
	border:none;
	background-color:#bbb9ac;
	color:#6a707d;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	cursor:pointer;
	height:25px;
	text-align:center;
	min-width:70px;
}
.buttons:hover
{
	color:#FFF;
}

