/* ==================================================================
    Secure and Accessible PHP Contact Form v.2.0WP FIXED width
  CONNECTIONS.CSS made by Mike Jolley - http://www.blue-anvil.com 
  Designed and built to work with the Connections WordPress theme
================================================================== */

#gb_form_div {
  text-align : left;
}

#gb_form {
  text-align : left;
}

#gb_form_div a {
  color : #595440;
  text-decoration : none;
}

#gb_form_div form{
  margin : 0 !important;
}

#gb_form_div a:hover {
  text-decoration : underline;
}

#gb_form fieldset {
  border : 1px solid #69C0DE;
  margin : 8px 0 0 0;
  padding : 8px 0 0 0
}
#gb_form fieldset fieldset {
  border : 0;
  margin : 0 0 8px 0;
  padding : 2px 32px 32px 32px;
  background : transparent url(wp-gbcf_images/conn_divider.gif) no-repeat bottom;
}

#gb_form legend, #gb_form dt {
  color : #676e04;
  border : none;
  font-family : georgia, serif;
  margin : 0 0 0 -9px;
}

#gb_form legend#mainlegend {
  font-size : 14px;
  color : #000000;
  margin : 0;
  font-weight : bold;
}

#gb_form legend#mainlegend small {
  font-size : 10px;
  text-transform : uppercase;
}

#gb_form_div .formhead small a {
  font-size : 10px;
  background-image : none;
  display : inline;
  padding : 0;
  margin : 0;
}

#gb_form_div .main_formhead, #gb_form_div .formhead {
  font-size : 14pt;
  color : #676e04;
  font-weight : bold;
  padding : 0 0 3px 0;
  margin : 0 !important;
}

#gb_form label {
  color : #29303b;
  margin-top : 5px;
  margin-left : 0;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
  font-size : 11px;
  padding : 4px;
  width : 300px;
  border : 1px solid #69C0DE;
  background-color : #fff;
}

#gb_form input.button:hover, #gb_form input.button:focus,
#gb_form input.button.hover, #gb_form input.button.focus {
  background-color : #000;
  color : #fff;
}

/* 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 : #333333;
  background-color : #f3f6ed;
  cursor : text;
}

#gb_form input.short {
  width : 50px;
}

#gb_form textarea.textbox {
  width : 400px;
  height : 160px;
  line-height : 1.5em;
}

#gb_form select.med {
  width : 300px;
  padding: 4px;
}

#gb_form input.checkbox {
  cursor : default;
  background : transparent;
  color : #669900;
  border : 0;
  padding : 2px;
  margin : 0;
  width : 10px;
  height : 10px;
}

#gb_form input.button {
  margin : 10px 0 5px 0;
  padding : 4px 0 4px 0 !important;
  width : 7em;
  float : left;
  cursor : pointer;
  color : #fff;
  background : #8a3207;
  text-align : center;
  border : 0;
}

span.error, span.success, #gb_form_div dt {
  color : #990000;
  font-weight : bold;
}

#gb_form_div dt small, #gb_form_div .formhead span.success, span.success, dl#result_dl_blockq dt {
  color : #29303b;
}

#gb_form small.whythis, #gb_form small.whythis a {
  font-size : 12px;
  text-decoration : none;
  border : 0;
  color : #595440;
}

#gb_form small.whythis a span {
  color : #fff;
  font-family : arial, sans-serif;
  padding : 1px 4px 1px 4px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active {
  color : #000;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span {
  color : #fff;
  border : 0 !important;
  font-style : normal;
  background-color : #595440;
  margin-left : 4px;
  text-decoration : none !important;
}

#gb_form p.creditline small {
  font-family : arial, sans-serif;
  display : block;
  text-align : center;
  margin : 0;
  padding : 10px 0 0 0;
  font-size : 13px;
  letter-spacing : .0001em;
  color : #bbbbbb;
  clear : left;
}

/* 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 CONNECTIONS CSS */