/*styles for custom select */
.customselect_selectedoption { width:350px; height: auto; padding: 10px; border: 1px solid #efefef; font-size: 12px; font-weight: bold; color: #666666;}
.customselect_arrow { background: url('../util/jquery/customselect/img/arrow.png') no-repeat; background-position:96% 70%; cursor: pointer; }
.customselect_selectwrapper { margin-top: 0px;  margin-left: 0px; padding-right: 2px; display:none; position:absolute;width: 350px;background-color: #ffffff;}
.customselect_selectwrapper .selectitems {  padding:3px; z-index: 10000; margin-left: 2px; border-bottom: solid 1px #ddd;background-color: #ffffff; }
.customselect_selectwrapper .last { border: none; }
.customselect_selectwrapper .selectitems span { padding-left: 5px; }
.customselect_selectwrapper .hoverclass { background-color:#efefef; cursor:pointer; }
.customselect_selectwrapper .selectedclass { background-color:#cccccc; }


.customselect_selectfooter {border: 1px solid #efefef;}
.customselect_optionswrapper { height: 180px; overflow-y: scroll; width: 350px;padding 10px;}
/* end styles for custom select */

