.selectbox-wrapper {
	position:absolute;
	top:25px;
	left:85px;
	width:134px;
	background:#676767;
	margin:0;
	padding:0;
	text-align:left;
	max-height:200px;
}
.selectbox-wrapper ul {
	list-style:none;
	margin:0;
	padding:0;
}
.selectbox-wrapper ul .selected { 
	color:#fff;
	background:#8F8F8F;
}
.selectbox-wrapper ul .current { 
	color:#fff;
}
ol#create-your-own-options li .selectbox-wrapper ul li {
	width:126px;
	padding:2px 4px;
	list-style:none;
	display:block;
	margin:0;
	cursor:pointer;
}
label {
	display: block;
}
.selectbox {
	width:129px;
	height:17px;
	padding:5px 0 3px 5px; 
	background: url(images/bg_select.png) right repeat-x;
	border:0;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	cursor:pointer;
	float:left;
}
select {
	background: url(images/bg_select.png) right repeat-x;
}


