label{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #333333;
padding-left: 5px;
float: left;
width: 225px;
}

input, textarea{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #666666;
margin-bottom: 5px;
border: 1px solid #666666;
}

input:hover, textarea:hover{
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #666666;
margin-bottom: 5px;
border: 1px solid #FF0000;
}

textarea{
width: 325px;
height: 150px;
}


.boxes{
width: 20px;
margin-left: -1px;
}

#Submit{
	margin-left: 5px;
	margin-top: 5px;
	width: 90px;
	color: #FE000C;
}
.input {
    border: 1px solid #333333;
    background: #ECF5FF;
}
.input:hover {
    border: 1px solid ##FE000C;
    background: #FFEEEE;
}
#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
}

input:focus { background-color: #ffffff}
input[type="text"] {background: #FFFFFF !important;}
input:focus[type="text"] {background: #ffffff !important;}
select:focus { background-color: #ECF5FF}
textarea:focus { background-color: #ffffff}

br{
	clear: left;
}

/*.threepxfix class below:*/

* html .threepxfix{
margin-left: 3px;
}
