form.cmxform label.checked {
	background:transparent url(../images/checked.gif) no-repeat scroll left center;
	width:20px;
}
	
form.cmxform label.error {
	background: url('../images/unchecked.gif') no-repeat right;
/*	margin:0px;
	margin-left:0px;
	padding:0px;*/
	color: red;
	text-align: right;
	font-style: italic;
	display:inline-block;
	/*display: none;*/
	height:16px;
	width:16px;
	/*padding-left:16px;*/
	/*padding-right:12px;*/
}

.errorText{background: none;}
	
input.error, select.error{
	background-color:#ffbcbc;
	border:1px solid red;
	color:red;
	margin:0;
}
textarea.error {background-color:#ffbcbc;border:2px solid red;}

form.cmxform label.checked {
background:transparent url(../images/checked.gif) no-repeat scroll right center;
}


form.cmxform input.submit {
	margin-left: 103px;
}