/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FLUID width
     CLASSIC.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Classic WordPress theme
================================================================== */

#gb_form_div { 
  font : 90% 'arial', 'lucida sans unicode', verdana, sans-serif;
  text-align : left;
  width : 520px;
  border: 0px;
  
  
}

#gb_form {
  text-align : left;
 /* background-color : #fff;*/
}

#gb_form_div a {
  text-decoration : none;
  color : #00abea;
}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
  color : #00abea;
  text-decoration : underline;
}

#gb_form fieldset { 
 /* border : 1px dotted #00abea;*/
  border-right : 0;
  border-bottom : 0;
  border-left : 0;
  border-top: 0;
  /*margin-top : 10px;
  padding : 0 10px 10px 10px;*/
}

#gb_form fieldset#formwrap { 
 /* border : 1px dotted #00abea;*/
  border-bottom : 0;
  margin-top : 30px;
  padding : 0 10px 15px 10px;
}

.main_formhead {
  margin: 0;
  width:520px;
  height:65px;
  background-image:url(wp-gbcf_images/entrycontact.gif)
}
.main_formheadtexte {
   padding-top: 35px;
   padding-left:5px;
  color:#FFFFFF;
  width:520px;
  height:65px;
  font-size:12px;
  font-family: arial, helvetica, sans-serif;
    
}

.main_formheaderreur {
   padding-top: 35px;
   padding-left:5px;
  color:#FFFFFF;
  width:520px;
  height:600px;
  font-size:12px;
  font-family: arial, helvetica, sans-serif;
    
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #00abea;
}

#gb_form legend {
  font : 12px arial, helvetica, sans-serif; 
  background-color : #fff; 
  font-style:normal;
  color : #00abea;
  margin-left : -10px;
}

#gb_form legend#mainlegend {
  font-size : 1.7em;
  font-style : normal;
  color : #00abea;
  margin-left : -10px;
}

#gb_form legend#mainlegend small, #gb_form_div .formhead small { 
  font-size : .6em;
  text-transform : uppercase;
}

#gb_form label { 
  color : #00abea;
  font-size : .85em; 
  /*margin-top : 5px;*/
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  color : #FFFFFF; 
  padding : 4px; 
  border : 1px solid #FFFFFF;
  background-color : #00abea;
  line-height : 1.5em;
  width : 65%;
}

#gb_form input.short {
  width : 15%;
}

#gb_form textarea.textbox {
  font-size : 1.5em;
  width : 98%;
  height : 150px;
}

#gb_form select.med {
  width : 50%;
}

#gb_form input.checkbox {
  padding : 0; 
  border: 0px;
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #00abea;  
  padding : 1px; 
  /*border : 1px solid #999;*/
  background-color : #00abea;
}


/* 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 : #00abea;  
  padding : 4px; 
  border : 1px solid #00abea;
  background-color : #fff;
}

#gb_form input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt, #gb_form_div dl {
  font-size : 87%;
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : #999;
} 

small.whythis { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  color : #fff;
  /*border : 1px solid #fff;*/
  padding : 0 3px 0 3px;
  width : 100%;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 
  text-decoration : none;
  color : #00abea;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  /*border : 1px solid #000;
  background-color : #fff;
  color : #000;*/
  white-space : nowrap;

}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .8em;
  letter-spacing : .0001em;
  color : #00abea;
}

/* NOTE: .abbr class is for IE */
.abbr { 
  cursor : help; 
 /* border-bottom : 1px dashed #00abea;*/
}

dl#result_dl_blockq blockquote {
  margin-left : 0;
}

dl#result_dl_blockq blockquote p {
  font-size : 1.05em;
}

dl#result_dl_blockq blockquote p cite {
  display : block;
  text-align : right;
}

#gb_form_div span.items {
  font-weight : bold;
  color : #ccc;
}

#gb_form_div p a {
  color : #00abea;
}

#gb_form_div p a:hover, #gb_form_div p a:focus, #gb_form_div p a:active {
  color : #00abea;
}

/* End CLASSIC CSS */