fieldset.half{
	width:50%;
	float:left;
}
fieldset{
	border:none;
}

p.required {
	float:right;
}

button{
	float:right;
}

fieldset legend {
	font-size:1.3em;
	font-family:Georgia, serif;
	color:#019;
	display:block;
	margin-right:30px;
	padding:10px;
}
fieldset ol li label {
	display:block;
	width:160px;
	float:left;
	clear:left;
	text-align:right;

}
fieldset ol li label.req{
	font-weight:bold;
}
fieldset ol li input, fieldset ol li select {
	clear:right;
}
fieldset ol {
	list-style-type:none;
}

/* Errors */
.error_header {
	background: #d40a0a;
	color: #FFF;
	display: block;
	text-align: center;
	padding: 2px;
	border: 1px solid #840404;
	font-size: 12px;
	letter-spacing: 0;
	font-style: normal;
}
	.error_message {
		font-size: 10px;
		letter-spacing: 0;
		font-style: normal;
		text-align: center;
		margin: 2px 0 10px 0;
	}
		#CMSError p, .error_message p {
			margin: 0 !important;
			padding: 0 !important;
		}
	.error_count {
		color: #F00;
		font-weight: bold;
		padding: 0 2px 0 0;
	}