#contactus legend, h2
{
	font-family : Tahoma, sans-serif;
	font-size: 12px;
	color:#333;
}

#contactus label
{
	font-family : Tahoma, sans-serif;
	font-size:12px;
}

#contactus input[type="text"],textarea
{
	font-family : Tahoma, Verdana, sans-serif;
	font-size: 12px;
	color : #000;
	border : 1px solid #DDDDDD;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
.container select{
	border: 1px solid #c2c2c2;
	border-radius: 3px;
	box-shadow: 1px 1px 4px #ebebeb;
	box-sizing: border-box;
	outline: medium none;
	padding: 7px;
	transition: all 0.3s ease-in-out 0s;
	width: 251px;
}
#contactus input[type="text"]
{
	height:25px;
	width:247px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
	width:84px;
	height:34px;
	padding-left:0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #C52519;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#contactus textarea
{
  height:70px;
  width:247px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
   border-radius: 3px;  
}

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000000;
	border : 1px solid #DDDDDD;
	background-color : #EEEEEE;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #FF0000;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
	font-family : Arial, sans-serif;
	font-size: 12px;
	color:#333!important;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}