﻿/***************** Contact Form ***************************/
fieldset 
{
	position: relative;
	float: left;
	clear: both;
	width: 98%;
	margin: 0 0 1em 0;
	padding: 6px;
	border: 1px solid black;
	background-color: #FFFFCC;
	background-image: url(../images/fieldset_bg_gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
td label
{
	width: inherit;
	float: none;
}
legend 
{
	/*margin-left: 1em;*/
	padding: 0px;
	color: #000000;
	font-weight: bold;
}
legend span 
{
	position: absolute;
	left: .74em;
	top: 0;
	margin-top: .5em;
	font-size: 1.2em;
}
label 
{
	position: relative;
	float: left;
	width: 7em;
	margin-right: 1em;
	text-align: left;
	display: inline;
}
label em
{
	position: absolute;
	left: 6.5em;
	top: 0px;
}
label strong
{
	position: absolute;
	left: 29em;
	top: .25em;
	width: 50em;
	color: Red;
	font-size: .80em;
	font-weight: normal;
	text-transform: uppercase;
}
fieldset ol
{
	padding: 3.5em 1em 0 1em;
	list-style: none;
	vertical-align: middle;
}
fieldset li 
{
	float: left;
	clear: left;
	width: 100%;
	padding: 0em 0em 1em 0em;
	vertical-align: middle;
}
fieldset.submit 
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: Transparent;
	background-image: none;
}