﻿#CMSContactForm fieldset
{
	position: relative;
	float: left;
	clear: left;
	width: 100%;
	margin: 1em 0 -1em 0;
	padding: 0 0 1em 0;
	border-style: none;
	border-top: 1px solid #BFBAB0;
	background-color: #F2EFE9;
}

#CMSContactForm fieldset.alt
{
	background-color: #E6E3DD;
}

#CMSContactForm fieldset.captcha input
{
    font-size:x-large;
    text-transform: uppercase;
}

#CMSContactForm legend
{
	padding: 0;
	color: #545351;
	font-weight: bold;
}

#CMSContactForm legend span
{
	position: absolute;
	left: 0.74em;
	top: 0;
	margin-top: 0.8em;
	font-size: 135%;
	width: 20em;
}

#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;
}

#CMSContactForm label
{
	float: left;
	width: 10em;
	margin-right: 1em;
	font-weight: bold;
}

#CMSContactForm fieldset.captcha
{
    background-color:#ffffff;
}


#CMSContactForm fieldset.submit
{
	float: none;
	width: auto;
	padding-top: 1.5em;
	text-align: center;
	border-bottom: 1px solid #BFBAB0;
}