.Dub3DropDownList_outer select
{
	filter:alpha(opacity=0);
	-moz-opacity:0;
	opacity:0;
	margin:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

.Dub3DropDownList_outer select option
{
	padding-right: 15px;
}

.Dub3DropDownList_outer 
{
	background:#FFF url(/cms/outertemplates/images/default/searchbox-ddl.gif) top left no-repeat;
	display: inline-block;
}

.Dub3DropDownList_inner
{
	border:1px solid #000000;
	background:#FFF url(/cms/outertemplates/images/default/searchbox-ddl.gif) top right no-repeat;
	position:relative;
	display: inline-block;
}

.Dub3DropDownList_label
{
	font-size:0.9em;
	z-index:10;
	padding-left:2px;
	position:absolute;
	top:0;
	left:0;
	width:auto;
	margin-right:20px;
	overflow:hidden;
	display: inline-block;
}