﻿    .cz-dropbox {  
        position: relative;  
        background: #fff; outline: none;  
        border: 1px solid #d6d6d6; 
		
    }  
    .cz-dropbox .cz-dropbox-caption {  
        display: inline-block;  color:#17609c;font-size:16px;
        width:400px; height: 40px; line-height:40px;   
        padding: 0px 10px;   cursor: default;  
    }  
    .cz-dropbox .cz-icon-dropdown {  
        background: url(ico_arr_d.png) no-repeat scroll left center;  
        height: 40px; cursor:pointer;
        width: 15px; position: absolute; top: 0; right:8px;  
    }  
    .cz-dropbox .cz-droplist {  
        line-height: 25px; border: 1px solid #d6d6d6; border-top:0px;   width:240px; display:none;   
        overflow-y:auto; background:#fff; position:absolute; _top: 0px; z-index: 100; left: -1px;  
        box-shadow: 0 0 6px 0 #dfdfdf;  
    }  
    .cz-dropbox .cz-droplist ul {  
        PADDING-BOTTOM: 0px; LIST-STYLE-TYPE: none; margin: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; LIST-STYLE-IMAGE: none; PADDING-TOP: 0px;  
    }  
    .cz-dropbox .cz-droplist li {  
        margin: 0; padding: 0;  font-size:16px;
        height: 25px; line-height: 25px; display: block; CURSOR: pointer;  float:none;  
        margin-bottom: 0px; padding-left: 10px;  
        white-space:nowrap; overflow:hidden; text-overflow:ellipsis;  
        color: #4f4f4f;   
    }  
    .cz-dropbox .cz-droplist li:hover {  
        background:#c8e3fc; color:#000;  
    }  