div#container {
	font-size: 11px;
	margin: 0 auto;
	}

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

p { margin-bottom: 1.5em; }

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

ol.forms {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ol.forms li {
	clear: left;
	line-height: 1.5em;
	margin-bottom: 0.5em;
	width: 100%;
}


ol.forms label {
	cursor: pointer;
	display: block;
	font-weight: bold;
	float: left;
	line-height: 1.5em;
	padding-right: 10px;
	text-align: right;
	width: 80px;
}

ol.forms input { width: 180px; margin-bottom: 10px; }
ol.forms textarea {
	height: 150px; 
	width: 220px; 
}


ol.forms .error { 
	display: block;
	margin: 0.25em 0 0 11%;
}

ol.forms li.buttons {
	padding-left: 11%;
	width: 89%;
}