@charset "utf-8";
/* CSS Document */
span.checkbox {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/checkbox.gif) no-repeat;
display: block;
clear: left;
float: left;
}
span.radio {
width: 19px;
height: 25px;
padding: 0 5px 0 0;
background: url(images/radio.gif) no-repeat;
display: block;
clear: left;
float: left;
}

span.select {
position: absolute;
width: 202px; /* With the padding included, the width is  234 pixels: the actual width of the image. */
height: 30px;
padding: 0 24px 0 8px;
color: #000;
font: 12px/30px arial,sans-serif;
background: url(../images/global/select-search.gif) no-repeat;
overflow:hidden;
}
div.select{
	display:block;
	height:18px;
	width:224px;
	padding:6px 5px 6px 5px;
	background: url(../images/global/select-search.gif) no-repeat;	
	}
select#styled{
	display:block;
	height:18px;
	width:224px;
	cursor:pointer;
	font: 12px arial,sans-serif;
	background:none;
	background-color:transparent;
	}
select#styled option{
	padding:2px 5px 2px 5px;
}


