@charset "UTF-8";
fieldset {
	overflow: hidden;
	font-family: Verdana, Geneva, sans-serif;
	font-size: .7em;
	padding-bottom: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 5px;
}
label {
	text-align: right;
	clear: both;
	float: left;
	width: 160px;
	margin-right: 10px;
	padding-top: 6px;
}
fieldset input {
	margin-bottom: 15px;
	padding-top: 3px;
	padding-bottom: 3px;
	width: 180px;
	border: 1px solid #999;
	height: 20px;
	font-family: Verdana, Geneva, sans-serif;
	padding-left: 3px;
}
fieldset input:hover {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
fieldset input:active, input:focus {
	border-top-color: #0066CC;
	border-right-color: #0066CC;
	border-bottom-color: #0066CC;
	border-left-color: #0066CC;
}
textarea {
	float: left;
	width: 183px;
	text-align: left;
	margin-right: 10px;
}
#Empty {
	position: absolute;
	left: -5000px;
}
.shortInput {
	width: 80px;
	display: block;
}
textarea:hover {
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
#Submit {
	text-align: center;
	margin-top: 15px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.70em;
	background-color: #0066CC;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/submit_button.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 27px;
	width: 81px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 3px;
}
#Submit:hover {
	color: #0F47B6;
	background-image: url(../images/submit_button.gif);
	background-repeat: no-repeat;
	background-position: 0px -26px;
}
fieldset h6 {
	text-align: left;
	width: 255px;
	display: block;
	font-weight: bold;
	font-size: 0.95em;
	padding-left: 170px;
	color: #F90;
}
#requestedInfo_0 , #requestedInfo_1{
	width: 15px;
	margin-left: 170px;
	margin-top: -22px;
	float: left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#requestedInfo fieldset label {
	font-size: 1.4em;
}
.requestCopy {
	float: left;
	padding-left: 190px;
	width: 200px;
	margin-top: -35px;
	text-align: left;
}
#requstedInfo {
}

