/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    BEAST-BLOG.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Beast-Blog WordPress theme
================================================================== */
/*
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter:alpha(opacity=80);
	-webkit-opacity: 0.8;
	-moz-opacity: 0.8;
	-khtml-opacity:0.8;
	-o-opacity:0.8;
	opacity:0.8;
*/

#gb_form_div { 
  text-align : left;
  width : 100%; padding-bottom: .5em;
}

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #999;
  text-decoration : underline;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #111;
  text-decoration : none;
  background-color : #fff;
}

#gb_form fieldset { 
  margin-top : 10px;
  border: thin none;
  /*
  padding: 0 15px 0 15px;
  border : 1px solid #CCC;
  */
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
  margin-left : -10px;
  padding-top : 10px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #666; /* In der PHP-Datei steht im Original: Contact us */
  margin-left : -10px;
  padding-top : 15px;
  padding-bottom : 10px;
}

#gb_form legend#mainlegend small { 
  font-size : 1.1em;
  text-transform : uppercase;
}

#gb_form_div h2.formhead small {
  font-size : 1.1em;
  width : 40%;
  padding-left : 15px;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label { 
  color : #666; 
  margin-top : 5px;
  margin-left : 0; 
  font-size: 1.1em;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1em 'trebuchet ms', arial, sans-serif; 
  color : #000;
  margin-bottom: .5em;
  padding : 5px; 
  border : 1px solid #666;
  background-color : #CCC;
  font-size : 1.3em;
  width : 30em;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
  border-radius: 5px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 30em;
  height : 4em; margin-bottom: 1em;
}

#gb_form select.med {
  width : 25em;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color: #666;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 10px;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  color: #000;
}

/* NOTE: .hover and .focus classes IE JS */
#gb_form input.short:hover, #gb_form input.short:hover, 
#gb_form input.med:hover, #gb_form input.med:focus, 
#gb_form select.med:hover, #gb_form select.med:focus, 
#gb_form textarea.textbox:hover, #gb_form textarea.textbox:focus, 
#gb_form input.short.hover, #gb_form input.short.focus,
#gb_form input.med.hover, #gb_form input.med.focus,  
#gb_form select.med.hover, #gb_form select.med.focus, 
#gb_form textarea.textbox.hover, #gb_form textarea.textbox.focus {
  color : #666;  
  padding : 5px; 
  border : 1px solid #999;
  background-color : #EEE;
  cursor : text;
}


#gb_form textarea.textbox:focus, #gb_form textarea.textbox.focus { 
  width : 30em;
  height : 10em;
}

#gb_form input.button {
  margin-top : 1em;
  padding: 3px 20px;
  color: #666;
  width : 35%;
  float : right;
  cursor : pointer;
}

span.error, span.success, #gb_form_div dt { 
  color : #833;  
  font-weight : bold; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #060;
}

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : 1em; 
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 45px 0 15px 0;
  font-size : 1.1em;
  letter-spacing : .0001em;
  color : #666;
}
small {font-size: 1em;}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
  border-bottom : 1px dashed #999;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #060;
}


/* End BEAST-BLOG CSS */