
div.listbox {width:170px;height:160px;margin-left:0px;}
select{ width:300px;height:12em;margin:1em;font-family:Verdana;font-size:13px;}
hr{clear:both;}
/*generic rules*/
div.listbox{background:white;font-size:12px;padding:0;list-style:none;overflow:auto;border-top:solid 1px #FFFFFF;scrollbar-face-color:#cccccc; scrollbar-highlight-color: #eeeeee; scrollbar-shadow-color: buttonface; scrollbar-3dlight-color: #aaaaaa; scrollbar-arrow-color: #ffffff; scrollbar-track-color: #eeeeee; scrollbar-darkshadow-color: #aaaaaa;}
div.listbox label input{float:left;}
div.listbox label{display:block;clear:both;}
div.listbox span{white-space:nowrap;height:1.5em;display:block;padding:3px 6px 0px 0px;cursor:hand;cursor:pointer;text-align:left;}

/*CSS 2.0 behaviors*/
div.listbox[id] label:hover{background-color:#FFFFFF;color:white;}

/*For CSS3 ompatible browsers (ie:FireFox) */
div.listbox label input:not([Hedger]){display:none;_display:block;_float:left;_width:0;}
div.listbox span:not([Hedger]){padding-left:0px;background: #FFFFFF left center no-repeat; border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 0px #dedede;}
div.listbox[id] input:checked+span{background-color:#FFFFFF;border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}
div.listbox span a {border-bottom:0px;color:#3D81EE;text-decoration:none;font-family: arial,tahoma;font-size:11px;}
div.listbox span a:hover {color:maroon;text-decoration:none;}


/*for IE*/* .listbox label input{display:block;float:left;width:0;}
/*for IE*/* .listbox span{margin-left:0px;padding-left:0px;background: #FFFFFF left center no-repeat;border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 0px #dedede;}
/*for IE*/  .listbox label.hover{margin-left:10px;background-color:#FFFFFF;color:white;}
/*for IE*/  .listbox span.checked{background-color:#FFFFFF;border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}