﻿div.rounded_light_gray
{
    clear: both;
    max-width: 2400px;
    margin: 5px auto; 
}

div.rounded_light_gray div.top_light_gray
{
    background: url(rounded_corner_light_gray_top_left.gif) no-repeat bottom left;
    padding: 0px;
    width: 100%; 
}

div.rounded_light_gray div.top_light_gray div.right_light_gray
{
    background: url(rounded_corner_light_gray_top_right.gif) no-repeat bottom right;
    height: 16px;
    margin-left: 16px; 
}

div.rounded_light_gray div.middle_light_gray
{
    background: url(rounded_corner_light_gray_left.gif) repeat-y left;
    clear: both;
    width: 100%;
    position:relative;
    margin-bottom:-16px;
}

div.rounded_light_gray div.middle_light_gray div.right_light_gray
{
    background: url(rounded_corner_light_gray_right.gif) repeat-y right;
    margin-left: 0px;
    position:relative;
    margin-bottom:-16px;
}

div.rounded_light_gray div.middle_light_gray div.right_light_gray div.content_light_gray_background
{
    background: url(rounded_corner_light_gray_background_150x150.gif) repeat top left;
    text-align: justify;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 0px;
    padding-top: 5px;
    position: relative;
    margin-bottom: +16px;
}

div.rounded_light_gray div.middle_light_gray div.right_light_gray div.content_light_gray_background div.content_light_gray
{
    position: relative;
    margin-top: -16px;
}

div.rounded_light_gray div.bottom_light_gray
{
    background: url(rounded_corner_light_gray_bottom_left.gif) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
    position: relative;
    margin-top: +16px; 
}

div.rounded_light_gray div.bottom_light_gray div.right_light_gray
{
    background: url(rounded_corner_light_gray_bottom_right.gif) no-repeat top right;
    height: 15px;
    margin-left: 15px;
}
