/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/

#contactus fieldset
{
   width:600px;
   padding:10px;
   border:0px;
 /*  border:0px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
margin:0 0 0 30%;   */
}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   color:#333;
}

#contactus label
{
   font-family:Verdana, Geneva, sans-serif;
   font-size:12px; margin:9px 0 2px 0; float:left;
}

/*#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height:140%;
  color : #000; 
  padding : 3px; 
  border : 1px solid #999;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;

}

#contactus input[type="text"]
{
  height:20px;
  width:220px;
  /*background:url(../images/inps.png) no-repeat;*
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;   
  
}
*/
#contactus #scaptcha
{
  width:79px;
  height:23px;
}

#contactus input[type="submit"]
{
  
   padding-left:0px;
   
  /*-webkit-border-radius: 5px;
  -moz-border-radius: 5px;
   border-radius: 5px;  */ 
}


#contactus input[type="text"]:focus,textarea:focus
{
  color : #333;
  border : 1px solid #666666;
  background-color : #f7f7f7; font-family:Verdana, Geneva, sans-serif; font-size:12px;
}

#contactus textarea
{
  height:80px; font-family:Verdana, Geneva, sans-serif; font-size:12px;
  width:246px; resize: none;
/*   background:url(../images/inpl.png) no-repeat;*/
}

/*

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
  
}*/

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 11px;
   color: #F00; 
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #8f1a1a;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

.in-box {
	border:1px solid #999; width:245px;  height:19px; padding:2px 7px;	
}
.in-box2 {
	background:url(../images/input-m.png) left top no-repeat; width:333px; border:0; height:117px; padding:2px 7px;	
}

.in-box3 {
	border:1px solid #999; width:334px; height:117px; padding:2px 7px;	
}

.in-box4 {
	border:1px solid #999; width:79px; height:23px; padding:2px 7px;	
}

.star {color:#F00;}
/*.button {
	background:url(../images/button.jpg) left top no-repeat; width:75px; height:28px; text-align:center; color:#fff; border:0; font-weight:bold;	
}*/


#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: 11px;
   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-family : Arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}

.requiry {color:#F00;}

.selectbx{ border: 1px solid #999999;
    height: 25px;
    padding: 2px 7px;
    width: 261px;}

.submit{ background:#054c60; border:none; width:75px; height:32px; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; }
.submit:hover{ background:#054c60; border:none; width:75px; height:32px; color:#CCCCCC; font-family:Verdana, Geneva, sans-serif; font-size:12px; font-weight:bold; cursor:pointer;}

