.checkbox {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
        background: url('http://static2.datasrv.sikeres.hu/common/checkbox.png') no-repeat;
}
.radio {
	width: 25px;
	height: 25px;
	padding: 0 5px 0 0;
	display: block;
	clear: left;
	float: left;
	background: url('http://static2.datasrv.sikeres.hu/common/radio.png') no-repeat;
}
.select {
	position: absolute;
	width: 165px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
        height:20px;
        margin:-5px 0 0;
        overflow:hidden;
        padding:3px 24px 2px 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url('http://static2.datasrv.sikeres.hu/common/select.png') no-repeat;
	overflow: hidden;
}

.select2 {
	position: absolute;
	width: 116px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
        height:20px;
        margin:-5px 0 0;
        overflow:hidden;
        padding:3px 24px 2px 8px;
	color: #000;
	font: 12px/21px arial,sans-serif;
	background: url('http://static2.datasrv.sikeres.hu/common/select2.png') no-repeat;
	overflow: hidden;
}
