/* contact form table */
#contactform table { }
#contactform table td { }

/* contact form fields */
input.text { vertical-align:bottom; width: 200px; }
textarea { }

/* contact form button */
input.submit {
margin:2px;
background: transparent url("../gfx/forms/submit.gif") no-repeat;
height:20px;
border:0px;;
padding-bottom: 2px;
width:80px;
color:#666;
cursor:pointer;
font-size: 10px;
font-family: Verdana, Arial;
font-weight: bold;
}

