.selreplace_scroll {
	display: block;
	width: 26px;
}

.selreplace_scrollinner {
	background-color: #eaeaea;
	width: 26px;
	background: #999; 
	display: block;
	height: 10px;
	overflow: hidden;
}

.selreplace_scrollhandle {
	cursor: move;
	height: 26px;
	width: 26px;
	display: block;
	background: url(selectsprite.png) -1500px 0 repeat-y; 
}

.selreplace_scrollbuttonup,.selreplace_scrollbuttondown {
	display: block;
	width: 26px;
	height: 26px;
}

.selreplace_scrollbuttondown {
	background: #969696; 
}

.selreplace_scrollbuttonup {
	background: #333; 
}

.selreplace_select {
	display: block; overflow: hidden;
	background: #666;
}

.selreplace_selectbutton {
	display: block; width: 26px; height: 26px; position: absolute; right:0px; top:0px;
}

.selreplace_optionsel {
	background-color: #666;
	padding: 5px;
	width: 290px; display: block; text-align: left; cursor:pointer; 
}	

.selreplace_optionimg{
	float: left; padding-right: 5px;
}

.selreplace_option {
	padding: 5px;
	width: 290px; display: block; text-align: left; cursor:pointer; 
}

.selreplace_selectinner{
	margin: 5px;
}

.selreplace_selectbox {
	background: #f1f1f1; z-index: 10;
	overflow: hidden; 
	width: 402px;
}	

.selreplace_options_list {
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
}