/* Outer Container Form styles 
----------------------------------------------------------------- */

#feedback-intro { 
	margin: 12px auto 12px 0; 
	text-align: left; 
	font-family: Arial, Helvetica, sans-serif;
}

form { 
	color: #666;
	width: 920px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #000;
}

legend { margin: 0 4px; }

fieldset {
	float: left;
	padding: 10px; 
	border: 0;
	margin: 0 auto;
	text-align: left;
	display: block;
	}

input:hover.button { color: #000; }

input.short { width: 2em; }
input.zip { width: 5em; }
input.checkbox { margin-left: -90px; margin-top: 5px; }
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { background: #eee ; color: #000; }


/* Interior fields - Form Style 1
----------------------------------------------------------------- */

form#formStyle1 div { 
	float: left; 
	margin-bottom: 12px; 
	clear: both; 
	width: 420px;
	display: inline;
}

form#formStyle1 label { 
	float: left;
	width: 160px;
}

form#formStyle1 input, form#formStyle1 textarea, form#formStyle1 select {
	width: 200px;
	padding: 2px;
	border-top: 1px solid #999; 
	border-left: 1px solid #999;
	border-right: 1px solid #eee; 
	border-bottom: 1px solid #eee;
	float: left;
	display: block;
}

form#formStyle1 textarea { width: 340px; height: 140px; }

form#formStyle1 div.button-container {
	margin-left: 0;
	width: 200px;
}

form#formStyle1 input.button {
	width: 160px;
}



/* Specialty classes
-------------------------------------------------------------------- */

.thanks { color: #930101; }
.error { color: #E30202; }
.required, .populate { color: #C7994A; }
.field-caption {font-size: .9em; font-style: italic; display: block; clear: both;}
.notes { font-style: italic; color: #bbb; font-size: 1em; }
.clear { clear: both; }



/* Errors, Messages and Notes
-------------------------------------------------------------------- */

p.note {
	color: #E30202;
	margin: 0;
	padding: 0;
	float: left;
	clear: both;
	margin-left: 160px;
	font-size: 1em;
	display: inline;
}

div.error label span.required { color: #E30202;}

#feedback-intro {
	width: 500px;
	margin: 20px auto;
}

form#formStyle1 div.error input, form#formStyle1 div.error textarea, form#formStyle1 div.error select { 
	border: 1px solid red;
}

.success {
	width: 600px;
	background: #C1F1C1;
	border: 1px solid #058520;
	padding: 3px;
	color: #058520;
	margin: 40px auto 0 80px;
	text-align: center;
	line-height: 1.25em;
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
}

.failure {
	width: 300px;
	background: #FFB9B6;
	border: 1px solid #C12027;
	padding: 3px;
	color: #C12027;
	margin: 0 auto 20px auto;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}


/* Default value styles
-------------------------------------------------------------------- */

.phone { color: #666; }


/* Textarea character count styles
-------------------------------------------------------------------- */

div#charCount {
	margin-left: 160px;
	float: left;
	clear: both;
	display: inline;
}