﻿#leftcol {
	float:left;
	margin-left:4%;
	width:50%;
}
#leftcol input {
	width:300px;
}
#rightcol {
	float:right;
	margin-right:4%;
	width:40%;
}
#contactform {
	width:100%;
	float:left;
}
#contactform table {
	width:100%;
}
#contactform input {
	width:320px;
}
#contactform input.inpbtn {
	width:75px;
}
#contactform input.city {
	width:150px;
}
#contactform input.state {
	width:20px;
}
#contactform input.zip {
	width:60px;
}
#contactform input.radiobtn {
	width:40px;
}
#contactform .redtext {
	color:red;font-weight:bold;
}
#contactform td {
	width:100%;
	vertical-align:top;
}
#contactform td.col1 {
	width: 100px;
	font-weight:bold;
	border-style: none; border-width: medium;
}
#contactform td.col2 {
	border-style: none; border-width: medium;
}
textarea {
	width:100%;font-size:12px;height:100px;line-height:16px;
}
#constantcontact a.trust {
	text-decoration:none;font-family:Arial,Helvetica,sans-serif;font-size:10px;color:#999999;
}
#constantcontact a  {
	padding-top:5px;
}
p.note {
	font-size: x-small;line-height:14px;
}
#contactform td.col1right {
	width:10px;
	font-weight:bold;
	border-style: none; border-width: medium;
}


