.select {
	width:74px;
	height:20px;
	background:url(../_img/_select/downlist.gif) no-repeat;
	padding:4px 0 0 7px;
	cursor:pointer;
	margin:0px;
	color:#885d44;
}

.select75 {
	width:72px;
	height:20px;
	background:url(../_img/_select/downlist_75.gif) no-repeat;
	padding:4px 0 0 3px;
	cursor:pointer;
	margin:0px;
	color:#885d44;
}

.select93 {
	width:90px;
	height:20px;
	background:url(../_img/_select/downlist_93.gif) no-repeat;
	padding:4px 0 0 3px;
	cursor:pointer;
	margin:0px;
	color:#885d44;
}

#LD_dlg { 
	position: absolute;
	background-color: #FDF9EF;
	border:#BB8F5D 1px solid;
}
#LD_dlg ul {
	padding:0px;
	margin:0px;
	width:160px;
}
#LD_dlg li {
	display:inline;
	float:left;
	height:21px;
}
#LD_dlg li a {
	width:73px;
	float:left;
	padding:4px 0 4px 7px;
	color:#885d44;
	text-decoration:none;
}
#LD_dlg li a:hover {
	background-color:#F5E9D4;
	text-decoration:underline;
}
