fieldset.contactus
{
	/*float: left;
	clear: left;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;*/
	float: none;
	width: auto;
	border-style: none;
	padding-left: 1em;
	background-color: transparent;
	background-image: none;
}

#pnlThankYou
{
	float: none;
	width: auto;
	padding-left: 2em;
}

fieldset.submit
{
	float: none;
	width: auto;
	border-style: none;
	padding-left: 15em;
	background-color: transparent;
	background-image: none;
}

legend
{
	margin-left: 1em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}
fieldset.contactus span
{
	color:Red;
}

fieldset.contactus ol
{
	padding: 1em 1em 0 0em;
	list-style: none;
	/*zoom: 1;*/
}

fieldset.contactus li
{
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
}

label
{
	position: relative;
	float: left;
	width: 10em;
	margin-right: 1em;
}

label strong
{
	position: absolute;
	left: 27em;
	top: 0.2em;
	width: 19em;
	color: #CC0000;
	font-size: 85%;
	font-weight: normal;
	text-transform: uppercase;
}

label strong img
{
	position: absolute;
	left: -16em;
}

