.sb_bubble {
 position:absolute;
 z-index:5;
 display:none;
 width:260px;
 padding:0 0 0 3px;
 text-align:left;
 color:#555555;
 font-family:verdana, arial, sans-serif;
 font-size:11px;
}
.sb_bubble .head,
.sb_bubble .foot {
 line-height:0px;
}
.sb_bubble .body {
 padding:0 4px 8px 4px;
 border-left:1px solid #CCCCCC;
 border-right:1px solid #CCCCCC;
 background:#FFFFFF;
 text-align:center;
 font-size:11px;
}
#errorBubbleMessage {
 padding-bottom:5px;
 border-bottom:1px dashed #CCCCCC;
 margin-bottom:8px;
 font-size:10px;
 line-height:11px;
 text-transform:uppercase;
 text-align:left;
}
.sb_bubble a.fixed {
 background:url(/smallbox4/images5/icons/fixed_sm.gif) no-repeat left 50%;
 padding-left:16px;
 color:#888888;
}
.sb_bubble a:hover.fixed {
 background:url(/smallbox4/images5/icons/fixed_sm_over.gif) no-repeat left 50%;
 color:#555555;
}
.sb_bubble .close {
 cursor:pointer;
 position:absolute;
 top:27px;
 right:5px;
}


