#pulldownList, #pulldownList li{
padding:0; margin:0;

}
#pulldownList{
font-size:14px;
overflow:auto;

}
#pulldownList li:hover{
 background-color:#FFCCCC;
 }
 .l{
 font-size:13px;
 padding:2px;
 border-bottom:#E8E8E8 1px dotted;
 cursor:pointer;
 }
 .l:hover{
 background-color:#E1F0FF;
 }
 
 
 
 .PullDownList{
 border:#CCCCCC 1px solid;
 background-color:#FFFFFF;
 }
 
 .f_select{
 border-top:1px; border-bottom:1px; border-right:0px; border-left:1px;
 font-size:13px;
 height:18px;
 padding-top:2px;
 padding-left:4px;
 background:url(fime/select.jpg) repeat-x!important;
 cursor:default;

 border-color:#CCCCCC;
 border-style:solid;
 
 }
 .selectRight{
border-top:1px; border-bottom:1px; border-right:1px; border-left:0px;

 border-color:#CCCCCC;
 border-style:solid;
 background:url(fime/selectR.jpg) 0px 0px no-repeat;
 width:20px;
 height:20px;
 float:left;
 cursor:pointer;

 }
 .selectRight:hover,.koko{
 background:url(fime/selectR.jpg) 0px -20px no-repeat;
 }
 .f_radio,.f_checkbox{
 cursor:pointer;
 }
