/* form */

#contactus label {
    font-size: 14px;
    display: none;
}

#contactus input[type="text"],
#contactus textarea
{

}

#contactus input[type="text"]
{
  	border: 1px solid #dddddd;
    height: 40px;
    outline: none;
    padding: 0 10px;
    font-size: 12px;
    color: #757575;
    width: 100%;
    max-width: 100%;
    float: left;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
  float: left;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 3px;
    background: #272727;
    color: #ffffff;
    width: 180px;
    height: 60px;
    text-align: center;
    display: inline-block;
    line-height: 60px;
	border: none;
}
#contactus input[type="submit"]:hover
{
  color: #ffffff;
    opacity: 0.8;
    transition: all 0.5s;
}

#contactus textarea
{
margin-top: 30px;
    border: 1px solid #dddddd;
    height: 40px;
    outline: none;
    padding: 10px 10px;
    font-size: 12px;
    color: #757575;
    width: 100%;
    max-width: 100%;
    float: left;
    height: 140px;}

#contactus input[type="text"]:focus,
#contactus textarea:focus
{
  background-color : #ffff99;
}

#contactus .container
{
   margin:0;
   margin-bottom: 10px;
   width: 100%;
}

#contactus .error
{
   font-size: 13px;
   color: #900;
   background-color : #ffff00;
}

#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-size: 13px;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 13px;
   color:#333;   
}

/* 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-size: 13px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}
#contactus .half{overflow: hidden;}
#contactus .half .col{ width: 48%; margin: 0 0 10px 0;}
#contactus .half .col1{ float: left; }
#contactus .half .col2{ float: right; }

