/*
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!
*/

body{font-family: Arial, Verdana, sans-serif;}

#contactus fieldset
{
   width:265px;
   padding: 0px 0px 0px 0px;
   border:0px solid #ff0000;

}

#contactus legend, h2
{
   font-family : Arial, sans-serif;
   font-size: 1.2em;
   font-weight:bold;
   color:#333;
}

#contactus label
{   
   font-family : Arial, sans-serif;
   font-size:0.7em;
}


#contactus input[type="text"],textarea
{
  font-family: Arial, Verdana, sans-serif;
  font-size: 0.8em;
  line-height: 140%;
  color: #b6b6b6; 
  padding: 3px; 
  border: 1px solid #b6b6b6;
}

#contactus input[type="text"]
{
  height:18px;
  width:245px;

}

#contactus #scaptcha
{
  width:10px;
  height:18px;
}

#contactus input[type="submit"]
{
 width:100px;border:0px; background:none;float:right; font: 14px Arial;color:#545454;padding:2px 3px 5px 3px;font-weight:900;margin-bottom:5px;background:url('http://demann.cz/templates/demann/submit.png') no-repeat;  
}

#contactus textarea
{
  height:70px;
  width:245px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  color: #000;
  border: 1px solid #b6b6b6;
  background-color: #f0f0f0;
}

#contactus .container
{
   margin:5px 5px;

}

#contactus .nadpis
{
 background:#e9c071;
 font-family: Arial Bold, Verdana, Arial, sans-serif; 
 color:#f3efde;
 font-weight:bold;
 padding: 0px 10px 0px 30px;
 font-size: 1.2em; 
 font-stretch: ultra-expanded;
}

#contactus .nadpis1
{
 background:#8c268a;
 font-family: Arial Bold, Verdana, Arial, sans-serif; 
 color:white;
 font-weight:bold;
 padding: 10px 10px 10px 30px;
 font-size: 1.2em; 
 font-stretch: ultra-expanded;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #000;
   background-color: #f0f0f0;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:280px;
}

#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: 0.8em;
   padding:10px;
   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;
}