.wrap-checkbox{
	font-size:14px;
	cursor: pointer;
	margin: 0 6px 0 0;
	display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;
	width: 14px;
	height: 14px;
	float: left;
	
	-moz-user-select: none; -khtml-user-select: none; user-select: none;

    background:url(checkbox.png) no-repeat 0 -14px;
}

.wrap-checkbox.kk_ok{
	background:url(checkbox.png) no-repeat 0 0;
}

.wrap-radio {
    font-size:14px;
    cursor: pointer;
    margin: 0 6px 0 0;
    display: inline-block !important; zoom: 1; @display: inline !important; vertical-align: middle;
    float: left;

    -moz-user-select: none; -khtml-user-select: none; user-select: none;

    background:url(radio.png) no-repeat 0 -16px;

	width: 16px;
	height: 17px;
}

.wrap-radio.kk_ok{
	background:url(radio.png) no-repeat 0 0;
}