/*  Not to be confused with forms.css */
div#formContainer {
	margin: 20px 0px 0px 25px; 
	border-top: 1px dashed #CCC;
	padding: 10px;
	width: 95%;
	background-color: #EAF3FA;
	overflow: visible;
}
div#formContainer h1 {
	font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 140%;
	color: #5897bb;
	text-indent: 0;
	background: transparent url(none);
	float: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	height: auto;
}
div#formContainer h2 {
	font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 120%;
	color: #dd7800;
	text-indent: 0;
	background: transparent url(none);
	float: none;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	height: auto;
}
div#formContainer div.formRow {
	margin: 0px 0px 10px 15px;
	overflow: auto;
	width: 98%;
}
div#formContainer div.formLabel {
	width: 30%;
	float: left;
	padding: 4px 10px 0px 0px;
}
div#formContainer div.formField {
	width: 67%;
	float: left;
}
div#formContainer div.formField input {
	border: 1px solid #dd7800;
	padding: 2px;
	font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	width: 50%;
}
div#formContainer div.formField select {
	border: 1px solid #dd7800;
	padding: 7px 2px;
	font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	width: 50%;
}
div#formContainer div.formField textarea {
	border: 1px solid #dd7800;
	padding: 2px;
	font-family: 'Trebuchet MS','Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	width: 80%;
	height: 100px;
}
.req {
	background: #fff url(http://www.teentrendsetters.com/img/required.gif) top right no-repeat;
}