.styled-checkbox, .styled-radio {
	width: 19px;
	height: 19px;
	padding: 0 5px 0 0;
	background: url(../images/checkbox.png) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.styled-radio {
	background: url(../images/radio.png) no-repeat;
}
.select {
	position: absolute;
	width: 95px; /* With the padding included, the width is 127 pixels: the actual width of the image. */
	height: 25px;
	padding: 2px 24px 0 8px;
	color: #333;
	font: 12px/21px arial,sans-serif;
	overflow: hidden;
	text-align: left;
}

select.styled { position: relative; opacity: 0; filter: alpha(opacity=0); z-index: 5; height: 25px; }

.select.select-250{ width: 250px; background: url(../images/bg_select_250.png) no-repeat; }
select.select-250{ width: 250px; }

.select.select-127{ width: 127px; background: url(../images/bg_select_127.png) no-repeat; }
select.select-127{ width: 127px; }

.select.select-65{ width: 65px; background: url(../images/bg_select_65.png) no-repeat; padding-right:10px;}
select.select-65{ width: 65px; }