@charset "utf-8";
/* CSS Document */

/*input form styles*/
.feedbackform{
	padding: 0px;
}
div.fieldwrapper{
	width: 100%;
	overflow: hidden;
	padding: 5px 0px;
}
div.fieldwrapper label.styled{
	float: left;
	width: 150px;
	text-transform: uppercase;
	border-bottom: 1px dotted #606060;
	margin-right: 15px;
	text-align: right;
}
div.fieldwrapper div.thefield{ 
	float: left;
	margin-bottom: 5px;
}
div.fieldwrapper div.thefield input[type="text"]{ 
	width: 250px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
div.fieldwrapper div.thefield input[type="password"]{ 
	width: 250px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
div.fieldwrapper div.thefield input[type="file"]{ 
	width: 250px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
div.fieldwrapper div.thefield textarea{
	width: 250px;
	height: 150px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
div.fieldwrapper div.thefield select{
	width: 256px;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
}
div.buttonsdiv{ 
margin-top: 5px; 
}
div.buttonsdiv input{
	width: 110px;
	background: #E1E1E1;
	color: #000000;
	font-size: 1em;
}#rcgrey {
	background: #eee;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	background: #004788;
	text-align: center;
}
.style1 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.style1 a:hover {
	text-decoration: none;
}

.style2 {
	font-size: 11px;
	background: #FFFFFF;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
.style3 {
	font-size: 11px;
	background: #eeeeee;
	text-align: center;
	vertical-align: top;
	line-height: normal;
}
h1 {
	font-size: 18px;
	margin: 0px;
	padding: 0px;
	color: #004788;
}
