/* ==================================================================
    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 : 548px;
	margin-top: 26px;
	padding-top: 32px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #C6C8C5;
}

#gb_form {
  text-align : left;
  background-color : #fff;
}

#gb_form_div a {

}

#gb_form_div a:hover, #gb_form_div a:focus, #gb_form_div a:active {
	text-decoration : none;
}

#gb_form fieldset {
	border : 0;
	margin: 0px;
	padding: 0px;
}

#gb_form legend, #gb_form dt { 
  font-weight : bold; 
  color : #666;
}

#gb_form legend {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #5EB582;
	font-size: 18px;
	font-weight: normal;
	display: none;
}

#gb_form legend#mainlegend {
	display: none;
}

#gb_form legend#mainlegend small { 
  font-size : .7em;
  text-transform : uppercase;
}

#gb_form_div .main_formhead {
  font-size : 1.4em;
}

#gb_form label {
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	font-family: "Lucida Sans", Arial, "Helvetica sans-serif";
	font-size: 13px;
	line-height: 15px;
	color: #4B9C69;
	display: block;
	float: left;
	height: 18px;
	width: 140px;
	padding-top: 6px;
	padding-right: 14px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: right;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
	font : 1em 'lucida grande', verdana, arial, sans-serif;
	color : #000;
	padding : 4px;
	background-color : #fff;
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #9f9f9f;
	border-right-color: #c3c3c3;
	border-bottom-color: #dddddd;
	border-left-color: #c3c3c3;
	background-color : #f9f9f9;
	line-height : 1.5em;
	width : 300px;
	margin-top: 2px;
	margin-bottom: 8px;
}

#gb_form input.short {
  width : 45px;
}

#gb_form textarea.textbox {
	width : 300px;
}

#gb_form select.med {
	width : 302px;
}

#gb_form input.checkbox {
  padding : 0; 
}

#gb_form label input.checkbox {
  margin : 0;
}

* html input.button { 
  color : #000;  
  padding : 4px; 
  border : 1px solid #6da6d1;
  background-color : #f9f9f9;
}


/* 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 : #444;
	padding : 4px;
	background-color : #FFFFCC;
}

input.button {
  margin-top : 10px;
}

span.error, span.success, #gb_form_div dt {
	color : #cd0000;
	font-weight : normal;
}

#gb_form_div dt small, span.success, dl#result_dl_blockq dt {
  color : green;
}

small.whythis, small.whythis a {
	font-size : 0.9em;
	text-decoration: none;
}

#gb_form small.whythis a span { 
  font-size : .9em;
  color : #fff;
  border : 1px solid #fff;
  padding : 0 3px 0 3px;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active {
	text-decoration : none;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span { 
  border : 1px solid #000;
  background-color : yellow;
  color : #000;
  font-weight : bold;
}

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;
}
#container h2#results/* End DEFAULT CSS */
 {
	font-size: 18px;
	font-weight: normal;
}
#formwrap br {
	font-size: 1px;
	clear: both;
	height: 0px;
}
