/***********************
	radio + checkbox (kell hozzá: jquery.custom_radio_checkbox.js + képek) - http://blogs.digitss.com/javascript/jquery-javascript/jquery-fancy-custom-radio-and-checkbox/
************************/

.radio {
	height: 18px;
	width: 19px;
	clear:left;
	background:url("pic/radio.png") no-repeat;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}

.checkbox {
	height: 18px;
	/*clear:left;*/
	width: 19px;
	background: url("pic/checkbox.png") no-repeat;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
}
.checkbox input,.radio input {
	display: none;
}
.checkbox input.show,.radio input.show {
	display: inline;
}

.checkbox.error-text-div{
	background: url("pic/checkbox-error.png") no-repeat;
}