/* select style */
/* must have this*/
.selstyle {outline:none;}
.selstyle h4{cursor:default; text-indent:5px;}
.selstyle * {-moz-user-select:none;}
.selstyle h4.over {}
.selstyle div {display:none; position:relative;}
.selstyle span {position:absolute;}
.selstyle ul{position:absolute;display:none;}
.selstyle ul li{text-indent:5px;}
.selstyle ul li.over{}
/* write you style here */
.selstyle {border:1px solid #2676B1;}
.selstyle h4{display:block; margin:0; height:21px; line-height:21px; font-size:12px; font-weight:normal; border:solid 0px #FFFFFF; background:#DDD url(/images/icon/select_box_off.gif) repeat-x left top;padding:0 2px 0 0px;}
.selstyle h4.over{border-color:#FFFFFF;}
.selstyle h4.current{border-color:#FFFFFF;}
.selstyle div {}
.selstyle span.over {}
.selstyle ul{border:1px solid #AAA; background:#FFF; clear:both;}
.selstyle ul li{background:#FFF;height:21px;display:block;cursor:default;font:400 12px/21px Arial, Helvetica, sans-serif; width:73px; display:block;}
.selstyle ul li.over{background:#369; color:#FFF;}
/* select style */