label{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: normal;
color: #333333;
padding-left: 5px;
float: left;
width: 225px;
}

input, textarea{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: normal;
color: #333333;
margin-bottom: 5px;
border: 1px solid #666666;
}

input:hover, textarea:hover{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: normal;
color: #333333;
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: #FF0000;
}
.input {
    border: 1px solid #333333;
    background: #FFFEF8;
}
.input:hover {
    border: 1px solid #FF0000;
    background: #FFF9DF;
}
#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
}

input:focus { background-color: #FFFEF8}
input[type="text"] {background: #FFFFFF !important;}
input:focus[type="text"] {background: #FFFEF8 !important;}
select:focus { background-color: #FFFEF8}
textarea:focus { background-color: #FFFEF8}

br{
	clear: left;
}

/*.threepxfix class below:*/

* html .threepxfix{
margin-left: 3px;
}
