/* Round box */
.dm_widget_roundbox
{
    background: transparent none repeat scroll 0%;
}
.dm_widget_roundbox .content
{
    border-style: solid;
    border-width: 0pt 1px;
    display: block;
    padding-left: 5px;
}
.dm_widget_roundbox .xtop,
.dm_widget_roundbox .xbottom
{
    background: transparent none repeat scroll 0%;
    display: block;
    font-size: 1px;
}
.dm_widget_roundbox .xb1
{
    margin: 0pt 5px;
}
.dm_widget_roundbox .xb2 {
    border-width: 0pt 2px;
    margin: 0pt 3px;
}
.dm_widget_roundbox .xb3
{
    margin: 0pt 2px;
}
.dm_widget_roundbox .xb4 {
    height: 2px;
    margin: 0pt 1px;
}
.dm_widget_roundbox .xb1,
.dm_widget_roundbox .xb2,
.dm_widget_roundbox .xb3
{
    height: 1px;
}
.dm_widget_roundbox .xb1,
.dm_widget_roundbox .xb2,
.dm_widget_roundbox .xb3,
.dm_widget_roundbox .xb4
{
    display: block;
    overflow: hidden;
}

div.dm_widget_roundbox div.content:after 
{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
html div.dm_widget_roundbox div.content {#height: 1%;}
/* End hide from IE-mac */
/* end round box */