/* forms.css */
fieldset {border:1px solid #ccc;margin:0 0 1.5em;padding:1.4em;}
legend {font-weight:700;font-size:1.2em;}
input.text,input.title {width:300px;border:1px solid #bbb;background:#f6f6f6;margin:.5em .5em .5em 0;padding:5px;}
input.title {font-size:1.5em;}
input.text:focus,input.title:focus,textarea:focus,select:focus {background:#fff;border:1px solid #999;}
textarea {width:400px;height:250px;border:1px solid #bbb;background:#eee;margin:.5em .5em .5em 0;padding:5px;}
select {border:1px solid #ccc;background:#f6f6f6;width:200px;}
.error,.notice,.success {margin-bottom:1em;border:2px solid #ddd;padding:.8em;}
.error {background:#FBE3E4;color:#D12F19;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#817134;border-color:#FFD324;}
.success {background:#E6EFC2;color:#529214;border-color:#C6D880;}
.error a {color:#D12F19;}
.notice a {color:#817134;}
.success a {color:#529214;}



input[type="text"],
textarea {
	background: url(images/bg-input-text.gif) top left no-repeat;
	border: 1px solid #e0c268;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}
input[type="text"]:focus,
textarea:focus { border: 1px solid #000; background: #f1f1f1; }

input[type="checkbox"] { background: #fff; }


/* =CONTACT AD
*****************************/
div#newsletter-signup input {
	width: 108px;
	float: left;
	}
div#newsletter-signup button {
	background: url(images/btn-subscribe.gif) 0px 0px no-repeat;
	border: 0;
	height: 18px;
	width: 59px;
	cursor: pointer;
	display: block;
	float: right;
	text-indent: -9999px;
	}
	
/* =CONTACT FORM
*****************************/
div.form-section { float: left; margin-bottom: 20px; }
div.form-section.span-2 { width: 100%; }
div.form-section.span-1 { width: 49%; }

div.input-section { float: left; width: 49%; padding: 5px 0; }
fieldset#fieldset-about-you label { display: block; }
fieldset#fieldset-about-you input { width: 95%; padding: 3px; }

fieldset.fieldset-contact { 
	border: 0; 
	position: relative;
	padding: 0;
	margin: 0;
	}
fieldset.fieldset-contact legend {
	display: none;	
	}
	
fieldset#fieldset-help label 	{ font-weight: normal;	}
fieldset#fieldset-help p		{ font-weight: bold; }

div#contact-questions-comments label { font-weight: bold; }
div#contact-questions-comments textarea { width: 85%; }

div#contact-follow-up div.input-section { width: 95%; }

button#contact-submit { 
	background: #46832c; 
	color: #fff; 
	font-family: Georgia, "Times New Roman", Times, serif; 
	font-size: 1.8em;
	border: 1px solid #1d490b;
	}
