*.NotDisplayed
{
	display: none;
}

span.Error a.CheckBox,
span.Error span.CheckBox
{
	background-image: url('../img/CheckBoxError.gif');
}

div.InviteContent a.CheckBox,
div.InviteContent span.CheckBox
div.InviteContent span.Error a.CheckBox,
div.InviteContent span.Error span.CheckBox
{
	background-image: url('../img/CheckBox.gif');
}


a.CheckBox,
span.CheckBox
{
	background-image: url('../img/CheckBoxBlue.gif');
	background-repeat: no-repeat;
	background-position: center center;
	display: inline-block;
	vertical-align: middle;
	width: 26px;
	height: 34px;
	margin-right: 5px;
}

.roundedcornr_content_blue a.CheckBox,
.roundedcornr_content_blue span.CheckBox
{
	background-image: url('../img/CheckBoxBlueOnBlue.gif');
}

div.InviteContent a.CheckBoxChecked,
div.InviteContent span.CheckBoxChecked
{
	background-image: url('../img/CheckBoxChecked.gif') !important;
}

div.FormContainer a.CheckBox,
div.FormContainer span.CheckBox 
{
	background-image: url('../img/CheckBoxBlue.gif');
}

a.CheckBoxChecked,
span.CheckBoxChecked,
div.FormContainer a.CheckBoxChecked,
div.FormContainer span.CheckBoxChecked
{
	background-image: url('../img/CheckBoxBlueChecked.gif') !important;
}

.roundedcornr_content_blue a.CheckBoxChecked,
.roundedcornr_content_blue span.CheckBoxChecked,
.roundedcornr_content_blue div.FormContainer a.CheckBoxChecked,
.roundedcornr_content_blue div.FormContainer span.CheckBoxChecked
{
	background-image: url('../img/CheckBoxBlueOnBlueChecked.gif') !important;
}