.form_box{
	border: 1px solid #008772;
}

label{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	padding-left: 5px;
	padding-right: 7px;
	float: left;
	width: 250px;
}

input, textarea{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	margin-bottom: 5px;
	border: 1px solid #666666;
	padding: 2px;
}

input:hover, textarea:hover{
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #363636;
	margin-bottom: 5px;
	border: 1px solid #FF3300;
	padding: 2px;
}

textarea{
	width: 300px;
	height: 100px;
}


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

#Submit{
	margin-left: 5px;
	margin-top: 5px;
	width: 90px;
	color: #FF0040;
	background: #FFFFFF;
}
.input {
    border: 1px solid #363636;
    background: #FFFFFF;
}
.input:hover {
    border: 1px solid #FF0040;
    background: #FFFFFF;
}
#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
background: #FFFFFF;
}

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;
}

