/*generic rules*/
div.listbox{background:white;font-size:12px;padding:0;list-style:none;overflow:auto;border:solid 1px #666666;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;height:18px;margin:2px;}
div.listbox span{white-space:nowrap;height:18px;display:block;padding:1px 6px 1px 0px;cursor:hand;cursor:pointer;}

/*CSS 2.0 behaviors*/
div.listbox[id] label:hover{background-color:#FF00CC;color:white;}

/*For CSS3 ompatible browsers (ie:FireFox) */
div.listbox label input:not([Hedger]){display:none;_display:block;_float:left;_width:0;behavior:expression(void(init_listbox_checkbox(this)));}
div.listbox span:not([Hedger]){padding-left:22px;background:url(http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/22.gif) left center no-repeat;border:solid 1px white;border-bottom-color:#f0f0f0;border-left:solid 6px #dedede;}
div.listbox[id] input:checked+span{background-color:#FFCC66;background-image:url(http://us.i1.yimg.com/us.yimg.com/i/mesg/emoticons7/21.gif);border-color:#CC9933;border-bottom-color:#f0f0f0;border-left:solid 6px #222222;}

form{background:buttonface;width:320px;border:solid 1px #aaaaaa;}
p{line-height:1.4;}
form p{text-align:center;margin:0;border-top:inset 1px white;padding:6px 0;}
form p input{margin:2px;cursor:pointer;cursor:hand;}
ins{font-size:90%;color:#666666;text-decoration:none;}
a{color:blue;}
a:hover{color:#FF00CC}
h1,h2,h3{font-family:Georgia;}
p{font-size:0.78em;}
textarea{display:none;}
p em{display:block;text-align:right;}
p b{color:red;font-weight:normal;}
body{font-family:Verdana;}
#bd{width:650px;}

div.listbox {height:150px;margin:3px;}
select{ width:300px;height:12em;margin:1em;font-family:Verdana;font-size:13px;}
hr{clear:both;}

.listboxInput{
	height:20;
	position:absolute;
	left:360px;
	top:120px;*/
}