﻿div.rounded_orange
{
    clear: both;
    max-width: 2400px;
    margin: 5px auto;
}

div.rounded_orange div.top_orange
{
    background: url(rounded_corner_orange_top_left.gif) no-repeat bottom left;
    padding: 0px;
    width: 100%;
}

div.rounded_orange div.top_orange div.right_orange
{
    background: url(rounded_corner_orange_top_right.gif) no-repeat bottom right;
    height: 150px;
    margin-left: 15px;
}

div.rounded_orange div.middle_orange
{
    background: url(rounded_corner_orange_left.gif) repeat-y left;
    clear: both;
    width: 100%;
    position:relative;
    margin-bottom:-150px;
}

div.rounded_orange div.middle_orange div.right_orange
{
    background: url(rounded_corner_orange_right.gif) repeat-y right;
    margin-left: 0px;
    position:relative;
    margin-bottom:-150px;
}

div.rounded_orange div.middle_orange div.right_orange div.content_orange_background
{
    background: url(rounded_corner_orange_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: +150px;
}

div.rounded_orange div.middle_orange div.right_orange div.content_orange_background div.content_orange
{
    position: relative;
    margin-top: -150px;
}

div.rounded_orange div.bottom_orange
{
    background: url(rounded_corner_orange_bottom_left.gif) no-repeat top left;
    clear: both;
    padding: 0px;
    width: 100%;
    position: relative;
    margin-top: +150px;
}

div.rounded_orange div.bottom_orange div.right_orange
{
    background: url(rounded_corner_orange_bottom_right.gif) no-repeat top right;
    height: 15px;
    margin-left: 15px;
}