/* Form Styles */

#frontEmail html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, th, td {
	margin: 0;
	padding: 0;
}

#frontEmail h1 { 
	font-size: 1.5em; 
	margin-bottom: 0.167em;
}

#frontEmail p { margin-bottom: 1.5em; }

#frontEmail .clearing { clear: both; }
#frontEmail .alert, .error { color: #FF0000; }

#frontEmail ol.forms {
	list-style: none;
	width: 100%;
}

#frontEmail ol.forms li {
	clear: left;
	line-height: 1em;
	margin-bottom: 1.2em;
	width: 100%;
}

#frontEmail ol.forms label {
	cursor: pointer;
	display: block;
	float: left;
	line-height: 1.5em;
	padding-right: 1%;
	text-align: left;
	width: 100%;
}

#frontEmail ol.forms select { width: 100%; }

#frontEmail ol.forms textarea {
	height: 10em; 
	width: 100%; 
}

#frontEmail ol.forms input, ol.forms textarea, ol.forms button { 
	font-size: 1em;
	width: 100%;
}

#frontEmail ol.forms .error { 
	display: block;
}

#frontEmail ol.forms li.buttons {
	width: 56px;
}