td#body form {

}

td#body form fieldset {
	border: none;
	border-top: 1px dotted #BBB;
}
td#body form fieldset legend {
display: none;
}
td#body form div#f1, td#body form div#f2 {
	float: left;
	margin-top: 20px;
	width: 320px;
}
td#body form div#f1 {
	margin-left: 20px;
}
td#body form div#f2 {
	margin-left: 20px;
}
td#body form input{
	height:25px;
	width: 280px;
}
td#body form h4 {
	margin: 20px 0 5px 0;
}
td#body form textarea {
	border: 1px dotted #CCC;
	width: 290px;
}
td#body form textarea#c_comments {
	height: 180px;
}
td#body form textarea#c_hear {
	height: 130px;
}
td#body p#the-radios {
	margin-top: 5px;
}
td#body p#the-radios span {
	display: block;
}
td#body p#the-radios label {
	display: inline;
}
td#body p#buttonholder {
	clear: both;
	padding: 0 70px 0 0;
	text-align: right;
}

input[type="radio"], input[type="checkbox"] {
	width: 20px !important;
	border: none;
}
input#first, input#second, input#third, input#fourth {
	width: 20px !important;
	border: none;
}