label{
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-style: normal;
line-height: 1.2em;
font-weight: normal;
color: #333333;
padding-left: 20px;
float: left;
width: 225px;
}

input, textarea{
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-style: normal;
line-height: 1.2em;
font-weight: normal;
color: #333333;
margin-bottom: 10px;
border: 1px solid #E2E1CF;
}

input:hover, textarea:hover{
font-family: "Times New Roman", Times, serif;
font-size: 15px;
font-style: normal;
line-height: 1.2em;
font-weight: normal;
color: #333333;
margin-bottom: 10px;
border: 1px solid #007F5E;
}

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


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

#Submit{
	margin-left: 20px;
	margin-top: 5px;
	width: 90px;
	color: #FFFFFF;
}
#Submit:hover{
	margin-left: 20px;
	margin-top: 5px;
	width: 90px;
	color: #FF0000;
}
.input {
	border: 1px solid #E2E1CF;
	background: #007F5E;
	color: #FFFFFF;
}
.input:hover {
	border: 1px solid #007F5E;
	background: #FFF9DF;
	color: #FF0000;
}
#Reset{
margin-left: 20px;
margin-top: 5px;
width: 90px;
}

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

br{
	clear: left;
}

/*.threepxfix class below:*/

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

