<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkbox, .radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(radio.gif) no-repeat;
}
.select {
	text-align:left;
  position: absolute;
  margin-top:5px;
  width: 165px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 18px;
	padding: 2px 24px 0 8px;
	background: url(/grafika/select.gif) no-repeat;
  border:1px solid #AEAEAF;
  background-position:100% 0%;
	overflow: hidden;
}</pre></body></html>