
/* multiple_select */

.multiple_select {border:0; background-color:#ccc; color: #333; width: 200px; height: 105px;}
ul.multiple_select_list {background-color: #eee; margin: 0; padding: 2px; overflow: auto; list-style: none; border-top: 1px solid #777;border-left: 1px solid #999;border-right: 1px solid #ccc;border-bottom: 1px solid #ccc; z-index: 500;}
ul.multiple_select_list li {background: url('../images/unchecked.png') left no-repeat; color: #444; padding: 0 0 0 25px; line-height: 18px; height: 18px; cursor: pointer; font-weight: normal; font-size: 1em;}
ul.multiple_select_list li.choice_selected {background: url('../images/checked.png') left no-repeat; background-color: #555; color: #eee;}
ul.multiple_select_list li.choice_hover {background: #ccc; color: #444;}
