body {
	font: 0.8em/21px arial,sans-serif;
}

.checkbox2 {
	width: 13px;
	height: 16px;
	padding: 0 5px 0 0;
	background-color:#FF0000;
	display: block;
	clear: left;
	float: left;
}



.checkbox, .radio {
	width: 13px;
	height: 16px;
	padding: 0 5px 0 0;
	background: url(grafika/fifka.gif) no-repeat;
	display: block;
	clear: left;
	float: left;

}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	position: absolute;
	width: 216px; /* With the padding included, the width is 190 pixels: the actual width of the image. */

	font-size:15px;
	font-weight:bold; 
	height:24px; 
	line-height:20px; 
	
	font-family:Arial, Helvetica, sans-serif;
	padding: 2 24px 0 8px;
	color:#000000;
	background: url(grafika/select.png) no-repeat;
	overflow: hidden;
}

