
#contactus fieldset
{
   width:895px;
   padding:30px;
   margin:0;
   border:1px solid #ccc;
   -moz-border-radius: 8px;
   -webkit-border-radius: 8px;
   -khtml-border-radius: 8px;
   border-radius: 8px;  
}

#contactus legend, h2
{
   font-size: 24px;
   font-weight:bold;
   color:#00acd8;
}

#contactus label
{
   font-size: 17px;
   font-weight: bold;
}

#contactus input[type="text"],textarea
{
  font-size: 15px;
  line-height: 1.5;
  color : #7D7D7D; 
  padding : 3px; 
  border : 1px solid #999;
  font-weight: bold;
}

#contactus input[type="text"]
{
  height:18px;
  width:220px; 
  font-weight:bold;
  color: #7D7D7D;
  margin-top: 5px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:100px;
   height:30px;
   padding-left:0px;
     -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
}

#contactus textarea
{
  height:300px;
  width:890px;
  margin-top: 5px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #000000;
  font-weight:bold;
  font-size: 15px;
}

#contactus .container
{
   margin-top:15px;
   margin-bottom: 15px;
}

#contactus .error
{
   font-size: 0.7em;
   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: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-size: 11px;
   color:#333;   
}
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

body
{
    margin:0;
    padding:0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a 
{
  color:#FF3700;
  text-decoration: none;
}