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

.selreplace_scrollinner {
	background-color: #eaeaea;
	width: 26px;
	background: url(../images/selectsprite.png) -700px 0 repeat-y; 
	display: block;
	height: 10px;
	overflow: hidden;
}

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

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

.selreplace_scrollbuttondown {
}

.selreplace_scrollbuttonup {
}

.selreplace_select {
	display: block; overflow: hidden;
    color: #386c1a;
    font-weight:normal;
    font-size:1.4em;
}

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

.selreplace_optionsel {
	background-color: white;
	padding: 5px;
	width: 200px; display: block;
    border-bottom: 1px solid #E0EED7;
}	

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

.selreplace_option {
	padding: 5px;
	width: 200px; display: block;
    background: white;
    border-bottom: 1px solid #E0EED7;
}

.selreplace_option:hover {
    background: #E0EED7;
}

.selreplace_selectinner{
	margin: 5px;
}

.selreplace_selectbox {
	background: #ABC335 url(../images/selectsprite.png) -200px 0 repeat-y;z-index: 10;
	overflow: hidden; 
	width: 402px;
    color: #386c1a;
    font-weight:normal;
    font-size:1.4em;

}	
