#contact-form fieldset table tr.required{
	color:red;
}

#contact-form fieldset table tr.optional{
	color:black;
}

#contact-form fieldset table tr td{
	width:200px;
	padding:3px;
}

#contact-form fieldset table tr td input,
#contact-form fieldset table tr td textarea
{
	width:200px;
}

#contact-form fieldset table tr td textarea{
	height:80px;
}

#contact-form fieldset table tr td input.radio{
	width:40px;
}

#contact-form fieldset table tr td label{
	width: 80px;
	color:black;
	float: left;
	text-align: right;
	clear: both;
}

#contact-form fieldset legend{
	color:#003399;
	font-size:16px;
	font-weight:bolder;
}