.tzCheckBox{
	background:url('tick.png') no-repeat right bottom;
	display:inline-block;
	min-width:37px;
	height:37px;
	white-space:nowrap;
	position:relative;
	cursor:pointer;
	margin-left:0px;
}

.tzCheckBox.checked{
	background-position:top left;
	margin:0 0px 0 0;
}

.tzCheckBox .tzCBContent{
	color: white;
	line-height: 31px;
	padding-right: 38px;
	text-align: right;
}

.tzCheckBox.checked .tzCBContent{
	text-align:left;
	padding:0 0 0 38px;
}

.tzCBPart{
	background:url('tick.png') no-repeat left bottom;
	width:0px;
	position:absolute;
	top:0;
	left:0px;
	height:33px;
	overflow: hidden;
}

.tzCheckBox.checked .tzCBPart{
	background-position:top right;
	left:auto;
	right:0px;
}

#checkbox{
	height: 37px;
	width: 39px;
	border: 1px solid #CCC;
padding: 0px;
font-weight: 200;
font-size: 15px;
font-family: Verdana;
box-shadow: 1px 1px 5px #CCC;
margin-bottom: 20px;
}
