

#contactus fieldset

{

   width:570px;

   padding:10px;

   border-radius: 10px;

}



#contactus legend, h2

{

   font-family : Arial, sans-serif;

   font-size: 1.3em;

   font-weight:bold;

   color:#FFF;

}



#contactus label

{

   font-family : Arial, sans-serif;

   font-size:0.8em;

   font-weight: bold;

}



#contactus input[type="text"],textarea

{

  font-family : Arial, Verdana, sans-serif;

  font-size: 0.8em;

  line-height:140%;

  color : #000; 

  padding : 3px; 

  border : 1px solid #999;



}



#contactus input[type="text"]

{

  height:25px;

  width:96%;

  border : 1px solid #CCC;

  background-repeat:repeat;
  
  border-radius:10px;

  

}
#contactus select

{

  height:35px;

  width:96%;

  border : 1px solid #CCC;

  background-repeat:repeat;
  
  border-radius:10px;

  

}



#contactus #scaptcha

{

  width:60px;

  height:18px;

}



#contactus input[type="submit"]

{

   width:48%;

   height:50px;

   padding-left:0px;

   color:#000;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

   border-radius: 5px;   

}
#contactus input[type="reset"]

{

   width:48%;

   height:50px;

   padding-left:0px;

   color:#000;

  -webkit-border-radius: 5px;

  -moz-border-radius: 5px;

   border-radius: 5px;   

}


#contactus textarea

{

  height:130px;

  width:96%;

  color:#000;  border : 1px solid #CCC;
  border-radius:10px;

}



#contactus 

textarea:focus

{

  color : #000;

  border : 1px solid;

  font-weight:bold;

  

}



#contactus input[type="text"]:focus

{

  color : #000;

  border : 1px solid;

  font-weight:bold;

  

}



#contactus .container

{

   margin-top:15px;

   margin-bottom: 15px;

   color:#000;

   padding-top:10px;

   padding-bottom:20px;

   padding-left:15px;

   background-color:#F7F7F7;
   border-radius:10px;
   width:96%;

}



#contactus .error

{

   font-family: Verdana, Arial, sans-serif; 

   font-size: 0.8em;

   color: #F00;

}



#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:#FFF;   

}



#contactus .short_explanation

{

   font-family : Arial, sans-serif;

   font-size: 0.6em;

   color:#F00;   

}



.short_explanation2

{

   font-family : Arial, sans-serif;

   font-size: 12px;

   color:#000;

   font-weight:bold;  

}



/* 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;

}

.lin {

	font-size:12px; color:#F00; text-decoration:underline;

}



.lin A{

	font-size:12px; color:#F00; text-decoration:underline;

}

.lin A:hover{

	font-size:12px; color:#600; text-decoration:none;

}





/* All form elements are within the definition list for this example */



/* The hint to Hide and Show */

.hint {

   	display: none;

    position: absolute;

    right: 0px;

    width: 200px;

    margin-top: -4px;

    border: 1px solid #c93;

    padding: 10px 12px;

    /* to fix IE6, I can't just declare a background-color,

    I must do a bg image, too!  So I'm duplicating the pointer.gif

    image, and positioning it so that it doesn't show up

    within the box */

    background: #ffc url(../images/pointer.gif) no-repeat -10px 5px;

}



/* The pointer image is hadded by using another span */

.hint .hint-pointer {

    position: absolute;

    left: -10px;

    top: 5px;

    width: 10px;

    height: 19px;

    background: url(../images/pointer.gif) left top no-repeat;

}