span.checkbox {
	width: 17px;
	height: 17px;
	padding: 0 0px 0 0;
	background: url(../images/elements/input_checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor: pointer;
	}
	
span.radio {
	width: 13px;
	height: 13px;
	padding: 0 3px 0 0;
	background: url(../images/elements/radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
	cursor: pointer;
	}
	
span.select {
	position: absolute;
	height: 22px;
	padding: 1px 24px 0 8px;
	color: #9a9a9a;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
}

