@charset "utf-8";
/* CSS Document */
body, form { margin:0px; padding:0px; font-family:Geneva, Arial, Helvetica, sans-serif; font-size:12px;}
#cssform { width:500px; height:260px; float:left; font-family:Geneva, Arial, Helvetica, sans-serif;}

.cssform p{
width: 300px;
clear: left;
margin: 0;
padding: 5px 0 8px 0;
padding-left: 90px; /*width of left column containing the label elements*/
height: 1%;
}

.cssform label{
font-weight:normal;
float: left;
margin-left: -90px; /*width of left column*/
width: 85px; /*width of labels. Should be smaller than left column (155px) to create some right margin*/
}

.cssform input[type="text"]{ /*width of text boxes. IE6 does not understand this attribute*/
width:250px;
}

.cssform input[type="submit"] { width:auto; height:24px; line-height:24px; padding:0px 15px 0px 15px; float:left; margin:0px 15px 0px 0px; border:none; outline:none; background:#170f76; color:#FFFFFF;}

.cssform input[type="reset"] { width:auto; height:24px; line-height:24px; padding:0px 15px 0px 15px; float:left; margin:0px 15px 0px 0px; border:none; outline:none; background:#170f76; color:#FFFFFF;}

.cssform textarea{
width: 250px;
height: 150px;
}

#cssformbtn { width:auto; height:auto; float:left; margin:0px 0px 0px 90px;
/*.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;
}
