/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
     DEFAULT.CSS made by Mike Cherim - http://green-beast.com 
    Designed and built to work with the Default WordPress theme
================================================================== */

#gb_form_div { 
  text-align : left;
  width : 700px;
}

#gb_form {
  text-align : left;
}

#gb_form fieldset { 
  border : 0;
  margin-top : 10px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #82934C;
}

#gb_form legend {
  margin-left : -10px;
}

#gb_form legend#mainlegend { 
  font-size : 11px;
  color : #7E8663;
  margin-left : -10px;
}

#gb_form label { 
  color : #7E8663; 
  margin-top : 5px;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  color : #7E8663; 
  padding : 4px; 
  border : 1px solid #161918;
  background-color : #010402;
  line-height : 1.5em;
  width : 300px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
  width : 700px;
  height: 215px;
}

#gb_form select.med {
  width : 250px;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt { 
  color : #cd0000;  
  font-weight : bold; 
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a { 
  font-size : .9em; 
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

p.creditline small { 
  display : block;
  text-align : right;
  margin : 5px 0;
  font-size : .7em;
  letter-spacing : .0001em;
  color : #666;
}

/* 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 : #14568a;
}

#mainlegend span                 { display: none; }
.whythis                         { font-size: 10px; color: #E5A948; }
#gb_form_div .button		 { background: url(/wp-content/themes/v3/images/sendcomment.png) no-repeat; width: 178px; height: 38px; border: 0; text-indent: -9999px; margin: 20px 0 40px 0; overflow: hidden; }
.button:hover		         { cursor: pointer; }

/* End DEFAULT CSS */