.nice-input .radio {
	height: 25px;
	width: 19px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0 0 0 26px;
	background: url("radio.png");
	background-repeat:no-repeat;
	cursor: default;
}
.nice-input .checkbox {
	height: 25px;
	width: 25px;
	clear:left;
	float:left;
	margin: 0 0  0 3px;
	padding: 0px;
	background: url("../images/checkbox.png") no-repeat;
	cursor: default;
	text-align:left;
}
.nice-input .checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}
.nice-input .selected {
	background-position: 0 -52px;
}
.nice-input .block {
	width: 50%;
	float: left;
}
.nice-input label {
	padding-left:5px;
	padding-top: 3px;
	float:left;
	text-align:left;
}

.nice-input{
	height: 25px;
	width: 200px;
}
 
