.checkbox, .radio {
	width: 19px;
	height: 19px;
	padding: 0 0px 0 0;
	background: url(../images/forms/checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
.radio {
	background: url(../images/forms/radio.gif) no-repeat;
	width: 16px;
	height: 16px;
}
.select {
	position: absolute;
	width: 176px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 19px;
	display:block;
	padding: 3px 39px 0 15px;
	color: #fff;
	font:normal 14px/16px Tahoma, Geneva, sans-serif;
	background:#69caef url(../images/forms/select.gif) no-repeat 95% 0;
	overflow: hidden;
}
#main .rightcol .search select.styled {font:normal 12px/16px Tahoma, Geneva, sans-serif; color:#0571b6; background-color:#EDEDED; padding:0; border:0; margin:0; height:22px; cursor:pointer;}

