label{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: normal;
color: #0067C6;
padding-left: 25px;
float: left;
width: 250px;
}

input, textarea{
font-family: "Trebuchet MS", Verdana;
font-size: 14px;
font-weight: normal;
color: #666666;
width: 250px;
margin-bottom: 5px;
}

textarea{
width: 300px;
height: 150px;
}

.age{
width: 2em;
}

.boxes{
width: 20px;
margin-left: -1px;
}

#Submit{
margin-left: 25px;
margin-top: 5px;
width: 90px;
}

br{
clear: left;
}

/*.threepxfix class below:
Targets IE6- ONLY. Adds 3 pixel indent for multi-line form contents.
to account for 3 pixel bug: http://www.positioniseverything.net/explorer/threepxtest.html
*/

* html .threepxfix{
margin-left: 3px;
}


