form.cmxform label {
	display: inline-block;
	width: 120px; /* Width of labels */
	text-align: right;
	line-height: 1.8;
	vertical-align: top;
	margin-right: 5px;
}
form.cmxform ol {
	margin: 0;
	padding: 0;
}
form.cmxform li {
	list-style: none;
	padding: 5px;
	margin: 0;
}
form.cmxform em {
	font-weight: bold;
	font-style: normal;
	color: #f00;
}

form .text,
form textarea,
form select {
	width: 180px;
}

form .submit {
	position: relative;
	left: 128px;
}

form p.success {
	text-align: center;
	padding: .8em;
	font-weight: bold;
	font-size: 12px;
	color: #393;
}
form p.errors {
	color: #c00;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: .8em;
}

form span.error {
	font-weight: bold;
	font-size: 11px;
	color: #c00;
	position: relative;
	left: 128px;
	padding-top: .4em;
}
