.niceCheck {
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background: url(check.png) no-repeat;
	cursor: pointer;
	display: inline-block;
	margin: 0 8px 0 0;
}
.niceCheck input {
	display: none;
}
.niceCheck.checked {
	background: url(check_act.png) no-repeat;
}
.niceCheck.disabled {
}
.niceCheck.checked.disabled {
	background: url(check_act.png) no-repeat;
}
.niceCheck.focused {
	background: url(check_act.png) no-repeat;
}
.niceCheck.checked.focused {
	background: url(check_act.png) no-repeat;
}