﻿body {
	margin:0;
	font:12px Arial, Tahoma sans-serif;
	color:#666;
}
form,fieldset{
	margin:0;
	padding:0;
	border:0;
}
img {border:0;}
a{
	color:#5dadc2;
	text-decoration:underline;
}
a:hover{text-decoration:none;}

/*Contact Us Layout*/
div.contactustitle
{
	margin-top:30px;
}

div.contactusmain
{
	margin-right: 50px; 
	margin-top: 10px;	
}

div.addresscol
{
	float:left;
	clear:left;
}

fieldset.address
{
	width:200px;
	float:left;
	clear:left;
	border: none;
	margin-top:15px;
}

fieldset.address ol
{
	list-style-type:none;
}

div.goback2
{
	width: 100%;
	text-align:right;
}

div.responseback
{
	margin-top: 15px;
}

div.responseback span
{
	font-weight: bold;
	font:16px Tahoma;
}

/*--------------- Form-------------------*/
div.csform fieldset {  
margin: 0;  
padding: 0;
border: none;
border-top: 2px solid #5dadc2;
}
div.csform legend {  
margin-left: 0;  
font-weight: bold;
}
div.csform fieldset ol {  
padding: 5px 5px 0 5px;  
list-style: none;
}
div.csform fieldset li {  
padding-bottom: 4px;
list-style: none;
}

div.csform fieldset li.submitbutton {  
	margin: 20px 0 10px 0;	
	padding: 10px 5px;
	border-top: 2px solid #5dadc2;
	text-align: right;

}

div.csform .goback
{
	margin: 0px;
	width: 100%;
	text-align:right;
}

div.csform fieldset.submit {  
/*border-style: none;*/
float: none;  
width: auto;  
border: 0 none #FFF;  
padding-left: 12em; 
}

div.csform label {  
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 6em;
}
