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

#gb_form_div { 
  text-align : left;
  width : 100%;
  
}

#gb_form {
  text-align : left;
  background : #F7F7F7;
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
}

#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 : #F7F7F7;
}

#gb_form fieldset { 
  border : 0;
  margin: 10px 10px 10px 10px;
  padding: 20px 0 20px 0;
}

#gb_form legend, #gb_form dt { 
  font-weight : 600; 
  color : #455626;
  font-size: 1.3em;
}

#gb_form legend {
  margin-left : 0px;
  padding-top : 5px;
}

#gb_form legend#mainlegend { 
  font-size : 1.2em;
  color : #888;
  margin-left : 0px;
  padding-top : 5px;
  padding-bottom : 10px;
}

#gb_form legend#mainlegend small { 
  font-size : 1.3em;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : .7em;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 1.2em;
  color : #D51515;
  width : 101%;
}

#gb_form label { 
  color : #444; 
  margin-top : 5px;
  margin-left : 0;
  font-size: 1.3em;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font : 1.3em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif; 
  color : #455626; 
  padding : 6px 5px 6px 5px; 
  border : 3px solid #E6E6E6;
  background: #FFF;
  width : 70%;
  font-size : 1.2em;
  height : auto;
}

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

#gb_form textarea.textbox {
  width : 97%;
  height : 120px;
  line-height : 1.5em;
}

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

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #202020;
  border : 0;
  padding : 0; 
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button:hover, #gb_form input.button:focus, 
#gb_form input.button.hover, #gb_form input.button.focus {
  background:transparent url(wp-gbcf_images/button_submit.png) no-repeat;
  border: 0px solid #AAC9D4;
  color : #38535D;
  text-indent: -9999px;
}

/* 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 : #455626;  
  padding : 6px 5px 6px 5px; 
  border : 3px solid #E6E6E6;
  background: #FFF;
  cursor : text;
}

#gb_form input.button {
  background: transparent url(wp-gbcf_images/button_submit.png) no-repeat;
  border: 0px solid #AAC9D4;
  margin-top : 10px;
  padding: 0px 0px 0px 0px;
  color: #38535D;
  font-weight: bold;
  text-transform: uppercase;
  width : 260px;
  height: 60px;
  float : left;
  cursor : pointer;
  text-indent: -9999px;
}

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

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

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .9em; 
  text-decoration : none;
  border : none;
  color : #333;
  letter-spacing : 0.00001em;
}

#gb_form small.whythis a span {
  color : #F7F7F7;
  font-family : arial, sans-serif;
  padding : 3px 3px 3px 3px;
}

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

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 2px solid #E6E6E6;
  background-color : #455626;
  color : #FBE573;
  font-style : normal; 
}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  clear : both; 
  display : block;
  text-align : right;
  margin : 0;
  padding : 25px 0 15px 0;
  font-size : .8em;
  letter-spacing : .0001em;
  color : #777;
}

/* 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 : #D51515;
}


/* End CRYPTOMUNDO CSS */