/* styling for Ajax form (dustindiaz.com) */

/* loading animation gif */
p#loadBar {
		color: #EEF274;
}
p#loadBar img {
		float: left;
		margin: 0 0 1em 0;
}
/* text on successful form submission */
p#emailSuccess {
		color: #EEF274;
}
p#emailSuccess img {
		float: left;
			margin: 0 0 1em 0;
}
/* form formatting */
#contactFormArea {
	clear: left;
	display: block;
}

form {}

fieldset {
	border: none;
}

label {
	display: block;
	float: left;
	width: 9em;
	font-size: 0.8em;
	margin: -0.3em 0 0 0;
}

input {
	background: transparent;
	border: 1px solid #2b2b1e;
	width: 33em;
}

textarea {
	background: transparent;
	border: 1px solid #2b2b1e;
	margin: 0 0 1em 0;
	width: 28em;
}

.submit  {
	width: 30em;
}