#contactForm {
	width:420px;
	padding:0.4em 1em 1em 1em;
	background-color:#eaeaea;
	margin-bottom:1em;
}

#ShowContactForm_ValidationSummary1 {	margin-bottom:1em;
	border:1px solid red;
	padding:1em;
	width:378px;
	background-color:white;
}

ul#ShowContactForm_myList   
{
    list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
    margin:0px;
    padding:0px;
    line-height:1.2em;
	
}

ul#ShowContactForm_myList li   
{
    margin-bottom:6px;
	list-style-image:none;
    list-style-type:none;
    list-style-position:outside;
	margin-left:0px;
	padding-left:0px;
}

label
{
    display:block;
    margin-bottom:-10px;

}

ul#ShowContactForm_rbLFirst 
{
}

ul#ShowContactForm_rbLFirst li
{
    list-style-image:none;
    list-style-type:none;
    display:inline-block;
    float:left;
}

ul#ShowContactForm_rbLFirst li label
{
    _margin-top:-20px;
    _width:60px;
    width:75px;
}


input.inputWidth 
{
    width:395px;
	padding:5px;
}

textarea    
{
    width:395px;
	height:300px;
	padding:5px;
}

.buttons    
{
    width:395px;
    text-align:right;
	margin-bottom:0em;
}

span    
{
    color:Red;
    display:block;
    width:395px;
    height:auto;
    clear:both;
}

span#ShowContactForm_rfvEmail 
{
    color:Red;
    display:block;
    width:395px;
    height:auto;
    line-height:1.4em;
}

span#ShowContactForm_revEmail 
{
    color:Red;
    display:block;
    width:395px;
    height:auto;
    line-height:1.4em;
}

.emailArea  
{
    margin-top:0.8em;
    _margin-top:-0.3em;
}