/*Checkboxes*/
.checkboxArea {
	float:left;
	width:22px !important;
	height:21px !important;
	overflow:hidden;
	background: url(../images/checkbox.gif) no-repeat !important;
}
.checkboxAreaChecked {
	position:absolute;
	top:0;
	left:0;
	width:42px !important;
	height:33px !important;
	overflow:hidden;
	background: url(../images/checkbox-checked.gif) no-repeat !important;
}

.registrationError
{
	width: 50%;
	padding: 5px;
	border: solid 3px red;
	color: red;
	font-size: 18px;
}
