/* CSS Document www.sicksyndrome.com specific for home page*/

fieldset
{ float: left; clear: left; width: 90%; margin: 0 0 1.5em 0; padding: 0; border: 1px solid #BFBAB0; background: #DFDFBF url(../images/fieldset_gradient.png) repeat-x; }

legend
{ margin-left: 1em; padding: 0; font-size: 1.25em; font-weight: bold; background: url(../images/legend_back.png) repeat-x; color: #B0B064; }

fieldset ol
{
	padding: 1em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

#content fieldset li
{
	float: left;
	clear: left;
	width: 90%;
	padding-bottom: 1em;
	padding-left: .2em;
	background: none;
}

label
{ float: left; width: 10em; margin-right: 1em; color: #274A98; }

label.contactcomments
{
	float: left;
	width: 30em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-image: none;
}