/* ==================================================================

    Secure and Accessible PHP Contact Form v.2.0WP FIXED width

     BLIX.CSS made by Mike Jolley - http://www.blue-anvil.com 

     Designed and built to work with the Blix WordPress theme

================================================================== */



#gb_form_div { 

  text-align: left;

}



#gb_form_div p{

	width: 400px;

}



#gb_form {

  text-align: left;

}



#gb_form #formwrap fieldset{

	padding: 0;clear: both;}





#gb_form fieldset fieldset { 

  margin-bottom : 1em; 

  font-size:0.9em;

  padding : 0 1em 1em 1em;

}



#gb_form legend, #gb_form dt { 

  font-weight : normal; 

  visibility: hidden;

  color : #fff;

  border:none;

  font-family : arial, sans-serif;

  height : 1.1em;

  padding : 0 8px 0 8px;

}



#gb_form legend#mainlegend { 

  font-size : 1em;

  color : #333;

  padding : 0;

  margin : 0;

  height : auto;

  background : none;

}



#gb_form legend#mainlegend small { 

  font-size : 1em;

  text-transform : uppercase;

}



#gb_form_div .formhead small a {

  font-size : 1em;

  background-image : none;

  display : inline;

  padding : 0;

  margin : 0;

}



#gb_form_div .main_formhead, #gb_form_div .formhead {

  font-size : 1.1em;

  font-weight : normal;

  padding : 0 0 .33em 0;

  margin : 0;

}



#gb_form label {margin-top: 1em !important;width: auto !important;clear: both;float:none !important;display:block;}



#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 

  font-size : 1em; 

  padding : .33em; 

  width : 24em;

  clear : both;

}



/* 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 : #101010;  

  background-color : #f0f9f9;

  cursor : text;

}



#gb_form input.short {

  width : 100px;

}



#gb_form textarea.textbox {

  width : 400px;

  height : 160px;

  line-height : 1.5em;

}




#gb_form select.med {

  width : 25em;

}



#gb_form input.checkbox {

  cursor : default;

  background : transparent;

  color : #669900;

  border : 0;

  padding : 2px; 

  margin : 0;

  width : 10px;

  height : 10px;

  clear : none;

}



span.error, span.success, #gb_form_div dt { 

  color : #fec42d;  

  font-weight : bold; 

}



#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {

  color : #9bbb38;

}



#gb_form small.whythis, #gb_form small.whythis a { 

  font-size : 1em; 

  text-decoration : none;

  border : 0;

  color : #333;

  clear : none;

  width : 20em;

}



#gb_form small.whythis a span {
color : #eee;font-family : arial, sans-serif;padding : .5em 1em;clear : none;

}



#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active { 

  text-decoration : none;

  color : #333;

}



#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 

  border : 0;

  color : #4e3719;

  font-style : normal; 

  padding-left : 2em;

  background : #fec42d;

}



#gb_form p.creditline small {

  font-family : arial, sans-serif;

  clear : both; 

  display : block;

  text-align : left;

  margin : 0;

  padding : 25px 0 15px 0;

  font-size : 1em;

  letter-spacing : .0001em;

}



/* 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 : #333;

}



/* End BLIX CSS */