.form_box{
border: 1px solid #009CB3;
}

.label{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	float: left;
	width: 250px;
	padding-right: 10px;
}
.label a:link{
	color: #FFA616;
	text-decoration: underline;
}
.label a:hover{
	color: #009CB3;
	text-decoration: underline;
}
.label2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	padding-left: 5px;
	float: left;
	width: 600px;
}
.label2 a:link, .label2 a:visited{
	color: #FFA616;
	text-decoration: underline;
}
.label2 a:hover{
	color: #009CB3;
	text-decoration: underline;
}

.input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
	border: 1px solid #009CB3;
	padding: 2px;
}
.textarea{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	margin-bottom: 5px;
	border: 1px solid #009CB3;
	padding: 2px;
}

.input:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF5D09;
	margin-bottom: 5px;
	border: 1px solid #FFA616;
	padding: 2px;
}
.textarea:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 5px;
	border: 1px solid #FFA616;
	padding: 2px;
	background-color: #FFFFFF;
}

textarea{
width: 320px;
height: 150px;
}


.boxes{
width: 20px;
margin-left: -1px;
}

#Submit{
	margin-left: 5px;
	margin-top: 5px;
	width: 100px;
	color: #FFA616;
	font-weight: bold;
}
.input {
	border: 1px solid #009CB3;
	background: #FFFFFF;
}
.input:hover {
	border: 1px solid #FFA616;
	background: #FFF9DF;
	background-color: #FFF9DF;
}
#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
color: #999999;
}

input:focus { background-color: #FFFFFF}
input[type="text"] {background: #FFFFFF !important;}
input:focus[type="text"] {background: #FFFFFF !important;}
select:focus { background-color: #FFFFFF}
textarea:focus { background-color: #FFFFFF}

br{
	clear: left;
}

/*.threepxfix class below:*/

* html .threepxfix{
margin-left: 3px;
}

.checkbox_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF5D09;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 14px;
}
