
div.custsel_selector {
	display: block;
	
	border: 1px solid #cccccc;
	margin: 5px 0 2px 300px;
	font-family: "trebuchet ms", helvetica, sans-serif;
	font-size : 9pt;
	color: #2a2a2a;
	font-weight: normal;
	font-style: normal;
	width: 270px;
	position: relative;
	background: #f2f2f2;
	padding: 4px 4px;
}

div.custsel_selector select {
	width: 280px;
}

.statedd div.custsel_selector {
	width: 200px;
}

div.custsel_selector.focus {
	border-color: #999;
}

div.custsel_selector span {
	position: absolute;
	left: 6px;
	top: 0px;
	padding: 5px 0px 5px 0px;
	display: block;
	background: url(/websymimages/custsel_select.gif) no-repeat right 60%;
	right: 0;
}

div.custsel_selector.focus span {
}

div.custsel_selector select {
	position: relative;
	font-size: 1.1em;
	padding: 0;
	border: 0;
	margin: 0;
	padding-right: 40px;
}
			