﻿.left {float:left;}       
.right {float:right;}

#contactUs
{
    font-family:Arial;
    font-size:12px; 
}

fieldset label 
{
	width:90px;
	float:left;
	padding-left:20px;        	
}
.validator
{
	width:10px;
	text-align:right;
	float:left;
}

fieldset input
{
    float: left;
    width:150px;
}
fieldset select
{
    float: left;
    width:150px;
    text-align:right;
}
fieldset textarea
{
	float:left;
	width:400px;
	padding-bottom:1em;
}

legend
{
    margin-left: 1em;
    color: #000000;
    font-weight: bold;
    font-size: 120%;
}
fieldset ol, fieldset ul
{
    padding: 1em 1em 0 1em;
    list-style: none;
}       

fieldset li
{
    clear:both;
    padding-bottom: 1em;
}