img, img a, ing a:hover {
border: 0px;
}

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-color: #FF0000;
}



textarea{
width: 325px;
height: 150px;
}


.boxes{
width: 20px;
margin-left: -1px;
}

#Submit{
	margin-left: 5px;
	margin-top: 5px;
	width: 90px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF00;
	cursor:pointer;cursor:hand;
}
#Submit:hover{

	background-color: #FF0000;
	color: #FFFFFF;
	
}

#Submit2{
	margin-left: 5px;
	margin-top: 5px;
	width: 135px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFFF00;
	font-size: 19px;
	cursor:pointer;
	cursor:hand;
	border: 2px solid  #FF0000;
	height: 45px;
	
	
	
}
#Submit2:hover{

	background-color: #FF0000;
	color: #FFFFFF;
	
}
.input {
    border: 1px solid #333333;
    background: #FFFEF8;
}
.input:hover {
    border: 1px solid #FF0000;
    background: #FFF9DF;
}
#Reset{
margin-left: 5px;
margin-top: 5px;
width: 90px;
cursor:pointer;cursor:hand
}

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;
}

