@charset "UTF-8";
/* CSS Document */

/* ==================================================================
    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 {
  text-align : left;
}

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

#gb_form_div a:hover {
	color : #999999;
	text-decoration : none;
}

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

#gb_form fieldset fieldset { 
  border-top : 24px solid #ccc;
  margin-bottom : 16px; font-size:0.9em;
  padding : 0 1em 1em 1em;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #000;
  background-color : #ccc;
  border:none;
  font-family : georgia, serif;
  height : 1.9em;
  padding : 0 8px 0 8px;
}

#gb_form legend#mainlegend { 
  font-size : 1em;
  color : #ccc;
  padding : 0 0 5px 0;
  margin : 0;
  height : auto;
  background : none;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  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.3em;
  color : #999;
  font-weight : bold;
  padding : 0 0 3px 0;
  margin : 0;
}

#gb_form label { 
  color : #fff; 
  margin-top : 10px;
  margin-left : 0;
  width : 525px;
  clear : both;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox { 
  font-size : 1em; 
  padding : 2px; 
  width : 250px;
  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 : 250px;
}

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

#gb_form input.button {
  margin-top : 10px;
  padding : 4px 0 4px 0 !important; 
  float : left;
  color : #333;
  text-align : center;
  clear : none;
}

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

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

#gb_form small.whythis, #gb_form small.whythis a { 
  font-size : .8em; 
  text-decoration : none;
  border : 0;
  color : #aaa;
  clear : none;
  width : 100px;
}




/* 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;
  margin-left:40px;
}

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

/* End BLIX CSS */