
/**************************
 CSS Rules Common to Forms
***************************/

#contact-table	td
{
	width: 300px;
}

#contact-form fieldset
{
	background: #eee;
	padding: 25px;
	border: none;
}

#contact-form fieldset label
{
	width: 200px;
	display: block;
}

#contact-form input,
#contact-form textarea
{
	border: 1px solid #ccc;
}

#contact-form td
{
	padding-right: 25px;
}
