﻿#CMSContactForm fieldset
{
	position: relative;
	float: left;
	clear: left;
	width: 98%;
	margin: 1em 0 -1em -1em;
	padding: 0 0 1em 0;
	border-style: none;
}

#CMSContactForm fieldset.alt
{
}

#CMSContactForm fieldset.captcha input
{
    font-size:x-large;
    text-transform: uppercase;
}

#CMSContactForm legend
{
	padding: 0;
	font-weight: bold;
}

#CMSContactForm legend span
{
    text-transform: uppercase;
	position: absolute;
	left: 0.74em;
	top: .2em;	
	font-size: 110%;
	width: 34em;
}

#CMSContactForm legend .help
{
    text-transform: none;
	position: absolute;
	right: 0.74em;
	top: 0;
	font-size: 80%;
}

#CMSContactForm legend .help a
{
    text-decoration: none;
}

#CMSContactForm legend .help a:hover
{
    text-decoration: underline;
}

#CMSContactForm fieldset ol
{
	padding: 3em 1em 0 1em;
	list-style: none;
	zoom: 1;
}

#CMSContactForm fieldset li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	list-style-type: none;
}

#CMSContactForm label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

#CMSContactForm fieldset.captcha
{
}


#CMSContactForm fieldset.submit
{
    padding-top: 1.5em;
	text-align: center;
}