@charset "UTF-8";
#form1 {
	height: 452px;
	background-color: #DFDFDF;
}
#form1 label {
	color: #333333;
	line-height: 15px;
	font-size: .97em;
}
.textfield {
	background-color: #B0B1B3;
	border: 1px solid #FFFFFF;
	height: 18px;
	margin-bottom: 3px;
}
#Submit {
	background-image: url(general/email.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Submit:hover  {
	background-image: url(general/email_over.png);
}
#Eraser {
	background-image: url(general/eraser_out.png);
	background-repeat: no-repeat;
	height: 38px;
	width: 38px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Eraser:hover {
	background-image: url(general/Eraser_over.png);
}
p#Print {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	margin-top: 0px;
}
p.form {
	padding-left: 0px;
	font-size: 0.95em;
	color: #003366;
}
