//* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
    MARBLES.CSS made by Mike Cherim - http://green-beast.com 
   Designed and built to work with the Marbles WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 100%;
}

#gb_form_div p {
  margin-left : 0px;
}
/* margin-left : 12px; */

#gb_form {
  text-align : left;
  background : transparent;
}

#gb_form_div a {
  color : #ffffff;
  text-decoration : underline;
}
/* TExtfelder farbe */

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #111;
  text-decoration : none;
  background-color : #ffffff;
}
/* blau background-color : #fff; 111 schwarzblau */

fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, legend, #gb_form dt { 
  font-weight : normal; 
  color : #666666;
}
/* font-weight : bold; 669900 grün 666666 grau  */

#gb_form legend {
  margin-left : -10px;
  padding-top : 10px;
}
/*   margin-left : -10px; grüne schrift */

* html #gb_form legend {
  margin-left : -7px;
}
/*   margin-left : -5px; */

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #669900;
  margin-left : -10px;
  padding-top : 5px;
  padding-bottom : 0px;
}
/* grüne Schrift Headline "Use this form to contact us" margin-left : -10px; */

* html #gb_form legend#mainlegend {
  margin-left : -5px;
color : #669900;
}
/* headline "Use this form to contact us" ? */

#gb_form legend#mainlegend small { 
  font-size : 1.0em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : 1.2em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #ffffff;
  width : 96%;
text-align : left;
}
/* color : #9e9e55; Oberste HEadline! */

label { 
  color : #669900; 
  margin-top : 5px;
  margin-left : 0;
font-size : 1.0em;
}
/* color : #9e9e55; #666666 #669900 mittelgrau */

input.short, input.med, select.med, textarea.textbox, textarea { 
  font : 0.9em 'century gothic', 'trebuchet ms', arial, sans-serif; 
  color : #333; 
  padding : 1px; 
  border : 1px solid #cccccc;
  background-color : #ffffff;
  width : 97%;
  font-size : 1.0em;
  height : auto;
}
/* border : 1px solid #999; width : 70%; background-color : #edf6f6; padding : 1px; stehen lassen, sonst wackelt es */

input.short {
  width : 100%;
}
/*   width : 7%; required answer spam field , font-size : 1.2em;  */

textarea.textbox, textarea { 
  width : 97%;
  height : 220px;
  line-height : 1.5em;
}

select.med {
  width : 97%;
}
/* width : 60%; Pulldownmeu */


input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 5px, 5px, 5px, 5px; 
  margin : 5px, 5px, 5px, 5px;
  width : 15px;
  height : 15px;
}

input.button:hover, input.button:focus, 
input.button.hover, input.button.focus {
  background-color : #9e9e55;
  border : 0;
  cursor : pointer;
  color : #fff;
}
/* fff rot, 9e9e55 grüngelb */

/* NOTE: .hover and .focus classes IE JS */
input.short:hover, input.short:hover, 
input.med:hover, input.med:focus, 
select.med:hover, select.med:focus, 
textarea.textbox:hover, textarea.textbox:focus, 
textarea:hover, textarea:focus, 
input.short.hover, input.short.focus,
input.med.hover, input.med.focus,  
select.med.hover, select.med.focus, 
textarea.textbox.hover, textarea.textbox.focus,
textarea.hover, textarea.focus { 
  color : #000;  
  padding : 1px; 
  border : 1px inset #333;
  background-color : #fff;
  cursor : text;
}
/* color : #000; textfarbe im Pulldownmenü */

input.button {
  cursor : pointer;
  background-color : #669900;
  border : 0;
  color : #fff;
  padding : 1px;
  font-size : 1.0em;
font-weight : bold; 
}

#content #gb_form input.button {
  margin : 15px 5px 25px 5px;
  padding : 2px 15px 2px 15px;
}
/*   margin : 15px 5px 25px 5px;
  padding : 2px 15px 2px 15px; */

* html #content #gb_form input.button {
  margin-left : -5px;
}

span.error, span.success, #gb_form_div dt { 
  color : #990000;  
  font-weight : normal; 
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #669900;
}

small.whythis, small.whythis a { 
  font-size : 1.1em; 
  text-decoration : none;
  color : #666666;
}

p.creditline small {
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : 1.1em;
  letter-spacing : .0001em;
  color : #666666;
font-size : 1.2em;
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
font-size : 1.2em;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
font-size : 1.2em;
}

#gb_form_div span.items {
  font-weight : normal;
  color : #77B5C2;
font-size : 1.2em;
}

#gb_form_div ul {
  margin : 10px 10px 20px 10px;
font-size : 1.2em;
}

#gb_form_div ul li {
  list-style-type : none;
  margin : 0 10px 0 20px;
}



/* End MARBLES CSS */
