/*body {
	font: 0.8em/21px arial,sans-serif;
}

.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 {
	position: absolute;
	width: 100px; 
	height: 22px;
	color:#929497; 
	padding: 3px 5px;
	background: url(/images/custom_ddlb.png) no-repeat;
	overflow: hidden;
}

select:hover
{
	cursor: pointer;
}*/

.select2 {
	position: absolute;
	width: 400px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 27px;
	color:#000; 
	padding: 7px 5px;
	background: url(/images/custom_ddlb.png) no-repeat;
	overflow: hidden;
}

select2:hover
{
	cursor: pointer;
}

.styled2:hover
{
	cursor:pointer;
}