﻿.radio {
	height: 25px;
	width: 19px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	background: url("../img/radio.png");
	background-repeat:no-repeat;
	cursor: default;
}
.checkbox {
	background: url("../img/checkbox.png") no-repeat scroll 0 0 transparent;
    clear: left;
    cursor: pointer;
    height: 25px;
    padding: 0 11px 6px;
    position: relative;
    text-align: left;
    width: 19px;
}
.checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}
.selected {
	background-position: 0 -52px;
}
.checkbox label {
	padding-right: 9px;
    position: relative;
    text-align: left;
    top: 3px;
    cursor:pointer;
    font-size:0.9em;
}

.chbox-with-lable
{
    top:-8px;
}