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

fieldset
{
	background: #edeadc;
	border: 1px solid #ccc;
}

legend
{
    font-family: 'Trebuchet MS', Trebuchet, Tahoma, Arial, sans-serif;
	font-size: 18px;
    font-weight: normal;
    line-height: 1.6em;
    color: #f18023;
}

label
{
}

