/* ======================================================
Secure and Accessible PHP Contact Form v.2.0WP
Farewell43_Contact.CSS by Farewell43 - http://www.Farewell43.com 
Designed and built for use with the Farewell43 WordPress theme
====================================================== */

#gb_form_div {
	width: 440px;
	padding: 10px 0 20px;
	border-top: 1px solid #5780AE;
	margin: 0 20px 20px;
}

#gb_form {
	text-align: left;
	margin: 0 20px;
	padding: 0;
	width: 400px;
}

#gb_form_div .main_formhead {
	color: #333333;
	display: none;
}

fieldset#formwrap {
	padding: 0;
	margin: 0;
	width: 400px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

fieldset#formwrap fieldset {
	margin-left: 0;
	padding: 0;
}

div#content_static h1.sans {
	color: #11568B;
	padding: 0;
	margin: 10px 20px 0;
	width: 440px;
	height: 30px;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* @group Required info/Privacy */

#gb_form fieldset#formwrap legend#mainlegend {
	color: #333333;
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	left: -20px;
	font-variant: normal;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#gb_form fieldset#formwrap legend#mainlegend small {
	color: #5780AE;
}

small.privacy a {
	text-transform: none;
}

/* @end */

#gb_form_div a {
	color: #11568B;
	text-decoration: underline;
}

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

#gb_form_div a:focus {
	text-decoration: none;
	color: #5780AE;
}

#gb_form_div a:active {
	text-decoration: none;
	color: #5780AE;
}

#gb_form fieldset {
	border: 0;
	margin: 0 0 5px;
	padding: 0;
	width: 400px;
}

fieldset#formwrap fieldset label {
	font-family: "Times New Roman", Times, Georgia, serif;
}

form#gb_form fieldset#formwrap fieldset legend {
	color: #5780AE;
	margin: 0;
	padding: 15px 0 0;
	font: 90% "Lucida Grande", Lucida, Verdana, sans-serif;
}

#gb_form label {
	color: #333333;
}

#gb_form input.short, #gb_form input.med, #gb_form select.med, #gb_form textarea.textbox {
	color: #333333;
	padding: 2px;
	border: 1px solid gray;
	background-color: #f9f9f9;
	width: 300px;
	font: 110% "Times New Roman", Times, Georgia, serif;
}

#gb_form input.short {
	width: 45px;
}

#gb_form textarea.textbox {
	width: 400px;
}

#gb_form select.med {
	width: 250px;
}

#gb_form input.checkbox {
	padding: 0;
}

#gb_form label input.checkbox {
	margin: 0;
}

* html input.button {
	color: #333333;
	padding: 4px;
	border: 1px solid #CC3300;
	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: #333333;
	padding: 2px;
	background-color: #FFF;
	border-color: gray;
}

input.button {
	margin-top: 20px;
	width: 60px;
}

fieldset label small {
	font-size: 90%;
}

small.whythis, small.whythis a {
}

#gb_form small.whythis a span {
	padding: 0 3px 0 3px;
	background-color: #F9F8F2;
	color: #F9F8F2;
	border-style: hidden;
	border-bottom-style: none;
}

#gb_form small.whythis a:hover, #gb_form small.whythis a:focus, #gb_form small.whythis a:active {
	text-decoration: none;
	color: #5780AE;
	border-style: hidden;
}

#gb_form small.whythis a:hover span, #gb_form small.whythis a:focus span, #gb_form small.whythis a:active span {
	color: #CC0000;
	background-color: #F9F8F2;
	border-style: hidden;
}

/* Firefox bug fix */
input.maillist[type=hidden] {
	visibility: hidden;
	display: none;
	position: absolute;
}
/* End firefox big fix */

p.creditline small {
	display: block;
	text-align: right;
	margin: 5px 0;
	font-size: .7em;
	letter-spacing: .0001em;
	color: #666;
}

/* @group Results */

#gb_form_div p.reply {
	width: 440px;
	margin: 0 0 10px;
	padding: 0;
}

div#gb_form_div ul#email_results {
	padding: 0;
	margin: 15px 0;
}

div#gb_form_div ul#email_results li {
	padding: 0;
	margin: 0 0 15px;
	list-style-type: none;
}

div#gb_form_div ul#email_results li small {
	padding: 0;
	margin: 0 0 5px;
	font: normal 80% "Lucida Grande", Lucida, Verdana, sans-serif;
}

div#gb_form_div ul li a {
	color: #333333;
}

p.reply span.error {
	color: #5780AE;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#gb_form_div h2#results.formhead {
	margin: 0;
	padding: 0;
}

h2#results.formhead span.error {
	color: #CC0000;
	font-weight: bold;
	margin: 0;
	padding: 0;
	font-size: 1.2em;
}

span.success {
	color: green;
	font-size: 1.2em;
}

#gb_form_div span.items {
	color: #5780AE;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#gb_form_div dd {
	color: #333333;
}

#gb_form_div dd small {
	color: #333333;
	font-weight: normal;
	font-style: normal;
	font-size: 1em;
}

#gb_form_div dt {
	color: #5780AE;
	font-weight: bold;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#gb_form_div dt small, small, dl#result_dl_blockq dt {
	color: #5780AE;
	font-weight: bold;
}

#gb_form_div small {
	color: #5780AE;
	text-decoration: none;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#gb_form_div small a {
	color: #5780AE;
	text-decoration: none;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
}

#gb_form_div small a {
	color: #5780AE;
	text-decoration: underline;
	font-style: italic;
	font-family: "Times New Roman", Times, Georgia, serif;
}

/* @end */

/* NOTE: .abbr class is for IE */

.abbr {
	cursor: help;
	border-bottom: 1px dashed #999;
}

dl#result_dl_blockq blockquote {
	background-color: #CED9E7;
	margin: 0 0 10px;
	padding: 10px;
	border-top: 2px solid #5780AE;
	border-bottom: 1px solid #5780AE;
	width: 420px;
}

dl#result_dl_blockq blockquote p {
	margin: 0;
	padding: 0;
	width: 420px;
}

dl#result_dl_blockq blockquote p cite {
	display: block;
	text-align: right;
}

/* End Farewell43_Contact CSS */
