/*
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!
*/

.icon-blue {color: #0088cc;}

.required {
    color: #0088cc !important;
    float: none !important;
    font-weight: 700;
}

/* #contactus fieldset
{
   width:320px;
   padding:20px;
   border:1px solid #ccc;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;   
} */

/* #contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#616161;
} */

fieldset {
   padding-top:5px;
}

textarea{
	width:100%;
	max-width: none;
	height:154px;
	max-height:154px;
}

input[type="text"] {
	width:100%;
	max-width: none;
}

#contactus label {
    border: medium none;
    color: #616161;
    font-size: 95%;
    font-weight: 400 !important;
    line-height: 150%;
    padding: 0 0 1px;
}

/* #contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size: 11px;
  line-height:140%;
  color : #616161; 
  padding : 3px; 
  border : 1px solid #cccccc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
margin-top:5px;
} */

/* #contactus input[type="text"]
{
   color: #616161;
  height:18px;
  width:220px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;   
} */

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

/* #contactus input[type="submit"] {
  width:150px;
  height:40px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  margin:10px 0 0 1px;
  font-size: 16px;
} */

/* #contactus textarea
{
  height:120px;
  max-width:310px;
  width:310px;
  color: #616161;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
   border-radius: 4px;  
} */

/* #contactus input[type="text"]:focus,textarea:focus
{
  color : #616161;
  border : 1px solid #0099cc;
  background-color : #cff0fd;
  font-weight:bold;
} */

#contactus .fcontainer {
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error {
   font-size: 0.9em;
   color: #0088cc;
/*   background-color: #0099cc; */
}

#upload_error {
   font-size: 1em;
   color: #0088cc;
   background-color: #cff0fd;
   border: 1px solid #0088cc;
   width: 100%;
   padding:10px 13px 10px 15px;
   -moz-border-radius: 4px;
   -webkit-border-radius: 4px;
   -khtml-border-radius: 4px;
   border-radius: 4px;
   display: block;
   margin-bottom: 10px;
}

#upload_error:empty {
	display: none;
}

#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
{
    color: #616161;
    font-size: 95%;
    font-weight: 400;
    line-height: 150%;  
}

/* 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;
}
