div.pfsm-select {
    background: url("../img/select_multiple_arrows.gif") no-repeat scroll right top #fff;
    width: 450px;
    border-color: #ABADB3 #DBDFE6 #E3E9EF #E2E3EA;
    border-style: solid;
    border-width: 1px;
    font-size: 13px;
    height: 24px;
    line-height: 18px;
    padding-left: 3px;
    overflow: hidden;
    text-align:left;
}
div.pfsm-select.pfsm-hover, div.pfsm-select.pfsm-click.pfsm-hover {border-color: #7E8086 #9DA1A8 #A3A9AF #A4A5AC;}
div.pfsm-select.pfsm-click {
    border-color: #4B4D53 #5A5E65 #5D6369 #5F6067;
    background-color: #FFFDE8;
    background-position: right -18px;
}
ul.pfsm-list {
    overflow-x: hide;
    overflow-y: auto;
    border: 1px solid #ccc;
    list-style: none;
    margin: 1px 0 0;
    padding: 0;
    background-color: #fff;
    z-index: 10;
    width:450px !important;
    height:400px !important;
    text-align:left;

}
ul.pfsm-list li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
ul.pfsm-list li.disabled {color: #ccc;}
ul.pfsm-list li.pfsm-hover {background-color: #DFEEFF;}
ul.pfsm-list li.selected {background-color: #B2D6ff;}
ul.pfsm-list li.pfsm-optgroup {
    font-style: italic;
    font-weight: bold;
    height: 19px;
    line-height: 19px;
    padding-left: 3px;
    font-size: 13px;
}
ul.pfsm-list li.pfsm-ingroup {padding-left: 16px;}
ul.pfsm-list li label {
    width: 100%;
    display: block;
    font-size: 12px !important;
    font-family:arial important;
}
.pfsm-list div.message, .pfsm-bloc div.message {}
.pfsm-list div.message.level_info, .pfsm-bloc div.message.level_info {
    background: #EFF5FF url("../img/message_info.png") no-repeat scroll 5px center;
    padding: 4px 10px 4px 25px;
    margin: 0 0 1px 1px;
    _margin-left: 0;	/* IE6 */
    color: #2B5BAF;
    font-weight: bold;
    border: 2px dashed #2B5BAF;
}
ul.pfsm-list li.pfsm-emtyBasket {
    background: url("../img/bin.png") no-repeat scroll 3px center transparent;
    padding: 1px 0 1px 20px;
    margin: 0;
    color: #0000FF;
    text-decoration: underline;
    cursor: pointer;
}
ul.pfsm-list li.pfsm-emtyBasket.pfsm-hover {
    text-decoration: none;
    background-color: #DFEEFF;
}
