#subpage td.formquestion {
font-weight:bold;
text-align:right;
width:200px;
}

#subpage .zip {
width:50px;
}

#subpage td {
padding-right:10px;
padding-top:10px;
vertical-align:top;
}

textarea{
	width:300px;
	height:100px;
	font-family:sans-serif;
	font-size:13px;
}

.bt-submit:hover {
background-position:0 -50px;
}

.bt-submit {
background:transparent url(../images/submit.png) no-repeat scroll left top;
border:medium none;
cursor:pointer;
display:block;
height:50px;
width:99px;
margin-left:209px;
margin-top:20px;
}
.bt-submit span{
display:none;
}

label.error {
color:#C30000;
padding-left:10px;
}