
.widget-dropdown-checklist { display: inline; top: 3px; z-index: 103; right: -24px;}
.widget-dropdown-checklist-list {  
    display : none;
    position : absolute;
    background : #F2F2F2;
    border : 1px solid #D9D9D9;
    width: 250px;
    z-index : 5;
    top: 23px;
    right: 0;
    color: #444444;
    border-color:#999;
    background:#f3f3f3;
    outline:0;
    -moz-box-shadow:0 0 3px #999;
    -webkit-box-shadow:0 0 3px #999;
    box-shadow:0 0 3px #999   
    
}
.widget-dropdown-checklist-close-button { margin-right: 20px; font-weight: bold;  }
.widget-dropdown-checklist-list ul { max-height: 300px; overflow: auto;}


.widget-dropdown-checklist-button:hover {  background: #F7F7F7;  }

.widget-dropdown-checklist-button {
    padding: 5px; 
    background: #F2F2F2; 
    cursor: pointer;  
    color: #444444; 
    border: 1px solid #D9D9D9; 
    width: 275px; 
    text-align: left;
    height:2 em;
    border:1px solid #cccccc;
    color:#000;
    background:#f6f6f6;
    background-image:-moz-linear-gradient(top,#ffffff,#efefef);
    background-image:-webkit-gradient(linear,left top,left bottom,from(#ffffff),to(#efefef));
    filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr=#ffffff,endColorStr=#efefef);
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
    white-space: nowrap;
    vertical-align:middle;
    cursor:pointer;
    overflow:visible;
    margin: 2px;
    margin-left: 0px;
}
.widget-dropdown-checklist-button:hover {  background: #F7F7F7;  }



.widget-dropdown-checklist-element { padding: 2px; cursor: pointer; padding-left: 22px; background: url("../images/checkbox-empty.png")  no-repeat 2px 3px; }
.widget-dropdown-checklist-element * { cursor: pointer;}
.widget-dropdown-checklist-element:hover { background: #D9D9D9 url("../images/checkbox-empty.png")  no-repeat 2px 3px;   }
.widget-dropdown-checklist-element-checked { font-weight: bold; background: url("../images/checkbox-checked.png")  no-repeat 2px 3px !important;}
.widget-dropdown-checklist-element-checked:hover { background: #D9D9D9 url("../images/checkbox-checked.png")  no-repeat 2px 3px !important;   }