﻿div.rounded
{
    clear: both;
    max-width: 2400px;
    margin: 5px auto;
}

div.rounded div.top
{
    background: url(rounded_corner_shadow_white_top_left.gif) no-repeat bottom left;
    padding: 0px;
    width: 100%;
}

div.rounded div.top div.right
{
    background: url(rounded_corner_shadow_white_top_right.gif) no-repeat bottom right;
    height: 16px;
    margin-left: 16px;
}

div.rounded div.middle
{
    background: url(rounded_corner_shadow_white_left.gif) repeat-y left;
    clear: both;
    width: 100%;
}

div.rounded div.middle div.right
{
    background: url(rounded_corner_shadow_white_right.gif) repeat-y right;
    margin-left: 5px;
}

div.rounded div.middle div.right div.content
{
    background: url(rounded_corner_shadow_white_background_50x50.gif) repeat top left;
    margin-right: 5px;
    text-align: justify;
    padding-right: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 5px;
}

div.rounded div.bottom
{
    background: url(rounded_corner_shadow_white_bottom_left.gif) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
}

div.rounded div.bottom div.right
{
    background: url(rounded_corner_shadow_white_bottom_right.gif) no-repeat top right;
    height: 16px;
    margin-left: 16px;
}
