.sb {
    width               : 210px;
    height              : 20px;
    position            : relative;
    cursor              : pointer;
    z-index             : 20;
}
.sb.open {
    cursor              : default;
}
.sb, .sb.down .sb-options .last, .sb.up .sb-options .first {
    background          : url('jquery.egr.selectbox.bg.png') no-repeat scroll 0 0 transparent;
}
.sb.open.down {
    background-position : 0 -45px;
}
.sb.open.up {
    background-position : 0 -25px;
}
.sb .sb-title {
    position            : relative;
    z-index             : 18;
}
.sb .sb-title-text {
    text-indent         : 10px;
    float               : left;
    line-height         : 20px;
}
.sb .sb-title-arrow {
	background          : url('jquery.egr.selectbox.arrow.png') no-repeat scroll center center transparent;
	height              : 20px;
    width               : 20px;
    float               : right;
}
.sb .sb-options {
    width               : 210px;
    text-indent         : 9px;
    position            : absolute;
    top                 : 0;
    left                : 0;
    height              : 0;
    overflow            : hidden;
}
.sb .sb-options .sb-options-div div {
    background-color    : #fff;
    border-left         : 1px solid #aaa;
    border-right        : 1px solid #aaa;
    height              : 20px;
    line-height         : 20px;
    cursor              : pointer;
}
.sb .sb-options .selected {
    color               : #7FAD00;
}
.sb.down .sb-options .last {
    background-position : 0 -23px;
    border              : 0;
    _border             : 0 !important;
    padding-bottom      : 2px;
    text-indent         : 10px;
}
.sb.up .sb-options {
    top                 : -220px;
}
.sb.up .sb-options .first {
    background-position : 0 -45px;
    border              : 0;
    _border             : 0 !important;
    padding-top         : 2px;
    text-indent         : 10px;
}