
.chbxs {
	border: 1px solid #bbbbbb;
	width: 300px;
	background: #ffffff;
	list-style: none;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 9px;
}

.chbxs li {
	border-bottom: 1px solid #bbbbbb;
	height: 43px;
	line-height: 43px;
	position: relative;
}

.chbxs li.last {
	border-bottom: 0px none;
}

.chbxs li label {
	display: block;
	width: 283px;
	height: 43px;
	color: #000000;
	font-weight: bold;
	padding-left: 17px;
}

.chbxs li input {
	position: absolute;
	top: 13px;
	right: 17px;
	z-index: 50;
}

div.checkbox {
	width: 300px;
	position: relative;
	height: 24px;
	line-height: 24px;
}

.chbxs li div.jquery-checkbox-wrapper {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 14px;
	right: 17px;
	z-index: 50;
}

.chbxs li div.jquery-checkbox-wrapper a.jquery-checkbox {
	background: transparent url('/img/checkbox.png') repeat scroll 0px 0px;
	display: block;
	width: 16px;
	height: 16px;
	cursor: default;
	outline: none;
}

.chbxs li div.jquery-checkbox-wrapper a.jquery-checkbox-on {
	background-position: 16px 0px;
}

.chbxs li div.jquery-switch-wrapper {
	position: absolute;
	width: 94px;
	height: 27px;
	top: 8px;
	right: 17px;
	z-index: 50;
}

.chbxs li div.jquery-switch-wrapper a.jquery-switch {
	background: transparent url('/img/switches.png') repeat scroll 0px 0px;
	display: block;
	width: 94px;
	height: 27px;
	cursor: default;
	outline: none;
}

.chbxs li div.jquery-switch-wrapper a.jquery-switch-on {
	background-position: 0px 27px;
}

.chbxs li div.jquery-tick-wrapper {
	position: absolute;
	width: 13px;
	height: 13px;
	top: 15px;
	right: 17px;
	z-index: 50;
}

.chbxs li div.jquery-tick-wrapper a.jquery-tick {
	background: transparent url('/img/check.png') repeat scroll 0px 0px;
	display: block;
	width: 13px;
	height: 13px;
	cursor: default;
	outline: none;
}

ul.chbxs li div.jquery-tick-wrapper a.jquery-tick-on {
	background-position: 0px 13px;
}