    
    
/* Bubble
------------------------------------ */
        
.round-box {
empty-cells: show;
}
.round-box td {
padding: 0;
margin: 0;
}
.round-box .s {
font-size: 1px;
line-height: 1px;
}
.round-box td {
background-color: #f2f2f2;
}
.round-box .tl,
.round-box .tr,
.round-box .bl,
.round-box .br {
width: 3px;
height: 3px;
background-repeat: no-repeat;
}
.round-box .tl {
background-image: url(../_imgs/corner_tl.gif);
background-position: top left;
}
.round-box .tr {
background-image: url(../_imgs/corner_tr.gif);
background-position: top right;
}
.round-box .bl {
background-image: url(../_imgs/corner_bl.gif);
background-position: bottom left;
}
.round-box .br {
background-image: url(../_imgs/corner_br.gif);
background-position: bottom right;
}
.round-box .sq {
background-image: none;
}