@charset "utf-8";

textarea {
	height:100px;
}

/* CSS Document */

.warning {
	font-weight:bold;
	color:#B8550C;
}

.textInput, .inputValue, textarea {
	background-color: #E2E2E2;
	border: none;
	font-size: 12px;
	padding: 0.4em;
	-moz-border-radius: 5px;
	_width: 306px;
}

.inputError {
	font-size: 11px;
	color: #88CA17;
}
#formWrap {
	font-size: 0.85em;
	line-height: 1.1px;
	margin-top: 1.4em;
	margin-right: 0em;
	margin-bottom: 1.4em;
	margin-left: 0em;
	background-color: #FFFFFF;

}
#submit {
	margin-left: 13px;
	background-image: url(Working%20Files/orange_glow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #333333;
	border-bottom-color: #333333;
	font-weight: bold;
	font-size: 1.25 ems;
}

