div.button{ 
width:25px;height:24px;background-color:#555555;background-image:url('/images/mb/bg.gif');
border-top: #999999 1px solid;
border-left: #999999 1px solid;

border-bottom: #666666 1px solid;
border-right: #666666 1px solid;
cursor:pointer; }

div.button:hover{ 
width:24px;height:23px;background-color:#555555;background-image:url('/images/mb/bg.gif');
border-top: #666666 1px solid;
border-left: #666666 1px solid;

border-bottom: #999999 1px solid;
border-right: #999999 1px solid;

padding-top:1px;
padding-left:1px;

overflow:hidden;

cursor:pointer; }

div.button:active{ 
width:24px;height:23px;background-color:#555555;background-image:url('/images/mb/bgover.gif');
border-top: #666666 1px solid;
border-left: #666666 1px solid;

border-bottom: #666666 1px solid;
border-right: #666666 1px solid;

padding-top:1px;
padding-left:1px;

overflow:hidden;

cursor:pointer;
}
#palette{ background-color:#CCCCCC; }
#imgpalette{
background-color:#000000;
padding:2px;
border-top: #666666 3px ridge;
border-left: #666666 3px ridge;
border-bottom: #999999 3px ridge;
border-right: #999999 3px ridge;
}
#palette,#imgpalette{
position:absolute;
opacity:0.8;
filter:alpha(opacity=80);
display:none;
z-index:100;
}
.emt{
width:16px;
padding:3px;
}
.emi{
cursor:pointer;
}