@charset "utf-8";
/* CSS Document */

.InputField {
	background-color: #993300;
	color: #FFF;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
	height: auto;
	width: 200px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #0F6;
	border-right-color: #0F6;
	border-bottom-color: #0F6;
	border-left-color: #0F6;
	float: left;
}
.InputField1 {
	background-color: #cd853f;
	color: #FFF;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
	height: auto;
	width: 200px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
	border-top-color: #6cf;
	border-right-color: #6cf;
	border-bottom-color: #6cf;
	border-left-color: #6cf;
	float: right;
}
.InputField2 {
	background-color:#993300;
	color: #fff;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
	height: auto;
	width: 424px;
	/*border-top-style: inset;
	border-right-style: inset;
	border-left-style: inset; 
	border-top-color: #6CF;
	border-right-color: #6CF; 
	border-left-color: #6CF;
	border-bottom-color: #993300;*/
	display: table-cell;
	float: center;
	background-position: center;
}
.InputField3 {
	background-color:#cd853f;
	color: #fff;
	text-align: left;
	font-size: 13px;
	vertical-align: middle;
	height: auto;
	width: 424px;
	/*border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset; 
	border-top-color: #cd853f;
	border-right-color: #6CF;
	border-bottom-color: #6CF;
	border-left-color: #6CF; */
	display: table-cell;
	float: center;
	background-position: center;
}
.SubmitField {
	background-color: #ffe4b5;
	text-align: left;
	vertical-align: middle;
}
.SubFormHeader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #C33;
	text-align: center;
}
.formnote {
	padding: 0px 0 0 5px;
	font-size: 10px;
	font-style:italic;
	text-align:left;
}
.formInst {
	padding: 2px 5px 0px 0px;
	font-size: 10px;
	font-style:italic;
	text-align: left;
}
.formtext {
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	color: #C33;
}
.tableLabel {
	padding: 3px 20px 3px 20px;
	font-size: 13px;
	font-style: normal;
	text-align: right;
}
.tableLabel1 {
	padding: 0px 0px 0px 0px;
	background-color:#690;
	font-size: 13px;
	font-style: normal;
	text-align: right;
}
.tableLabel2 {
	padding: 0px 0px 0px 0px;
	background-color:#F00;
	font-size: 13px;
	font-style: normal;
	text-align: right;
}