
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(checkbox.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.radio {
	width: 19px;
	height: 25px;
	padding: 0 5px 0 0;
	background: url(radio.gif) no-repeat;
	display: block;
	clear: left;
	float: left;
}
span.select {
	position: absolute;
	width: 305px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 28px;
	padding: 0px 0px 0px 5px;
	color: #666666;
	font: 14px/28px verdana;
	background: url(/images/home/select.jpg) no-repeat;
	overflow: hidden;
}
/*
.searchbox{
background-image:url(/images/home/searchbg.jpg);
width:255px;
height:28px;
line-height: 28px;
padding:10px 10px;
border-width:0px;
}
*/
.searchBox{
	background-image:url('/images/home/searchbg.jpg');
	background-repeat:no-repeat;
	padding-left:25px;
	width:248px;
	height:26px;
	border:0px;
	color: #666666;
	font: 12px/26px verdana;
	
}

/*
.selectbox{
background-image:url(/images/home/searchbg.jpg);
width:255px;
height:28px;
padding:0px;
border-width:0px;
}
*/
.styledOption {
	height:26px;
	border:none;
	color: #666666;
	font-family: verdana;
	font-size: 12px;
	
}
