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