#topform .select-box {
	
	cursor: default;
	border: 1px solid #000;
	display: block;
	padding: 0;	
	background: url("../images/head_select.png") top left no-repeat;
	position: relative; 
}
 
#topform .select-box:hover { border-color: #ca3037; }

#topform .select-box a {
	display: block;
	padding: 1px 20px 2px 4px;
	margin: 1px 1px 2px 1px;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #585858;
	font-size: 80%;
}
#topform .select-box-options {
	list-style: none;
	background: #efeee8; 
	position: absolute;
	border: 1px solid #999;
	overflow-y: auto;
	z-index: 690;
	font-weight:bold;
}
#topform .select-box-alt { background-color: #eaf4ff; }
#topform .select-box-options li {margin:0; overflow: hidden; white-space: nowrap; height: 20px; border-bottom: 1px solid #ccc;}
#topform .select-box-options li.optgroup>span { font-size: 105%; font-style: italic; }
#topform .select-box-options li>span { display: block; padding: 0px 5px; }
#topform .select-box-options li.selected { background-color: highlight !important; color: highlighttext !important; }
#topform .select-box-options li.disabled { color: gray; }

#topform .select-box-options ul { margin:0; padding:0; }
#topform .optgroup { margin: 4px 0 0 !important; }
#topform .select-box-options-group li>span {
	padding-left: 22px !important;
	width: auto;
}