@charset "ISO-8859-1";

#contact form {
	margin-top: 1em;
}
fieldset {
	padding: .5em;
	margin: .5em 0;
	clear: both;
}
form {
	text-align: left;
	width: 400px;
}
legend {
	font-size: 0.85em;
	font-weight: bold;
	padding-right: 0.5em;
	padding-left: 0.5em;
	color: #903211;
}
label {
	font-size: 0.75em;
	display: block;
	padding: 0.25em 0;
}
input.text, select, textarea {
	border-top: 1px solid #666666;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px solid #666666;
	background: #FFFFFF !important; /* To keep form fields consistent (no yellow form fields with google toolbar */
}
input:focus, textarea:focus {
	background:#eef7fc !important;
}	
input.text {
	width: 100%;
	height: 1.25em;
}
textarea {
	width: 100%;
	height: 6em;
}
#contact #cityField, #contact #state, #contact #zipField, #contact #phoneField, #contact #countryField {
	float: left;
	display: inline;
}
#contact #cityField {
	width: 50%;
	margin-right: 2.5%;
}
#contact #state {
	width: 15%;
	margin-right: 2.5%;
}
#contact #zipField {
	width: 30%
}
#contact #stateSelect {
	width: 100%;
}
#contact #phoneField {
	clear: left;
	width: 35%;
	margin-right: 2.5%;
}
#contact #countryField {
	width: 62.5%;
}
#submit, #reset, #unsubscribe {
	font-size: 0.75em;
	padding: 0 1em;
	margin-right: 1em;
	margin-top: 1em;
	display: inline;
}
#submit:active, #reset:active {
	border: 1px solid #333;
}
form p {
	margin-left: 0px;
}
#formSubmitCheckboxes {
	margin-top: .5em;
}
#formSubmitCheckboxes input {
	margin-right: .25em;
}
#formSubmitCheckboxes label {
	float: left;
	display: inline;
	clear: left;
}
