@charset "UTF-8";
/* CSS Document */
/* Form defaults */
form {
	position: relative;
}
#mainContactForm {padding-top: 1em;}
fieldset {
	padding: 0 1em 1em;
	margin: .5em 0;
	clear: both;
	border-bottom: 1px solid #666;
}
fieldset.last {border-bottom: none;}
legend {
	font-size: 1.5em;
	padding: 0.5em 0;
	color: #39a9d1;
}
label {
	display: block;
	padding: 0.5em 0;
	margin-bottom: .5em;
}
textarea, input.text {
	border: none;
	background: #4d4d4d !important; /* To keep form fields consistent (no yellow form fields with google toolbar */
	color: #ccc;
}
textarea:focus, input.text:focus {
	background:#cccccc !important;
	color: #333;
}
input.text, textarea {
	width: 99%;
	height: 1.5em;
	padding: .25em;
	margin-top: .5em;
}
textarea {
	height: 9em;
}
.submit {
	clear: left;
	margin-top: 1em;
	padding: 0 1em;
	margin-right: 1em;
	display: inline;
}
#requiredFieldMessage {
	display: inline;
	color:#ff9c00;
}
.required {color: #ff9c00;}

.error {color: #FF0000;}

.checkboxesContainer {} /* container div for form checkboxes*/

#footerForm {position: relative;}
#footerForm fieldset {float: left; display: inline; border: none; position: relative; clear: none; padding: 0;}
#footerForm label {padding-top: 10px; margin-bottom: 0;} 
#footerForm .contactFieldset {width: 300px; padding-right: 20px;}
#footerForm .contactFieldset input {padding: 2px 5px; width: 290px; margin: 0;}
#footerForm .messageFieldset {width: 440px;}
#footerForm .messageFieldset textarea {padding: 2px 5px; width: 430px; resize: none;height: 120px; margin: 0;}
#footerForm #submitFieldset {float: right; text-align: right; padding-top: 30px; padding-right: 10px;}
#footerForm #submit {clear: none; padding: 0; margin: 0 0 1em; background: none; border: none; color: #ff9c00; text-transform: uppercase; font-size: 1.2em; cursor: pointer;}
#footerForm #submit:hover {color: #fff;}
#footerForm #submitFieldset p {font-size: .9em;}


