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

.news
{
	color: #333;
}

.news td
{
	vertical-align: top;	
}

.news input,
.news textarea
{
	width: 400px;
	margin: 5px 10px 5px 0px;
}

fieldset
{
	padding: 20px;
	margin-bottom: 20px;
	border: black solid 3px;
}

legend
{
	font-family: Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif';
	font-weight: bold;
	font-size: 1.8em;
	padding: 0px 10px 0px 10px;
	color: black;
}

