#contactus 
{
}
#contactus form
{
	margin-top:20px;
}
#contactus li
{
	list-style:none;
	margin-bottom:10px
}
#contactus li label
{
	display:block;
	width:70px;
	float:left;
	
	padding-right:10px;
}
#contactus li .noerror
{
	display:none;
}
#contactus li .error
{
	display:inline;
	color:#bc1111;
	/*background:url(../images/green/error.gif) no-repeat;*/
	height:100px;
}
#contactus input.userInput
{
	width:213px;
	height:20px;
	border:1px solid #bc1111;
	color:#A46464;
}
#contactus textarea
{	
	height:90px;
	border:1px solid #bc1111;
	color:#A46464;
    width:213px;
    font-size: 14px;
}
#contactus_sec2 p a
{
    color: #fff79f;
    border-bottom: 1px dotted;
    text-decoration: none;
}
#contactus_sec2
{
	border-top:1px dashed;
	margin-top:50px;
	padding-top:30px;
	padding-bottom:80px;
}

