DIV.selectbox-wrapper {
	padding: 0px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	line-height:13px;
	margin: -10px 0px 0px;
	overflow-x: auto;
	width: 400px;
	max-height: 400px;
	position: absolute;
	background-color: white;
	text-align: left;
	border-bottom:#8a7640 1px solid;
	}
DIV.selectbox-wrapper UL {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-left:#8a7640 1px solid;
	border-right:#8a7640 1px solid;
	}
DIV.selectbox-wrapper UL LI.selected {
	background-color: #FFF;	
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	line-height:13px;
	}
DIV.selectbox-wrapper UL LI.current {
	background-color: #681013;
	font-family:"Times New Roman", Times, serif;
	color:#FFF;
	font-size:11px;
	line-height:13px;	
	}
DIV.selectbox-wrapper UL LI {
	padding: 2px;
	display: block;
	margin: 0px;
	cursor: pointer;
	list-style-type: none;
	}
LABEL {
	display: block;
	}
.selectbox {
	width:203px;		height:17px;
	border:#8a7640 1px solid;
	display: block;
	font-family:"Times New Roman", Times, serif;
	color:#420b0d;
	font-size:11px;
	line-height:13px;
	background:url(/_images/_buttons/bg_select.jpg) #FFF right no-repeat;
	margin:0px 5px 10px 0px;
	padding-left:3px;
	cursor:pointer;
	text-align: left;	
	}
 SELECT {
	background:url(/_images/_buttons/bg_select.jpg) #FFF right no-repeat;
	}