﻿div.RoundedPanel {
    clear:both;
    max-width:2400px;
    position: relative;
    top: -1px;
}

div.RoundedPanel div.top {
    background:url(../images/paneltl.png) no-repeat bottom left;
    padding:0px;
    width:100%;
    font-size: 1px;
}

div.RoundedPanel div.top div.right {
    background:url(../images/paneltr.png) no-repeat bottom right;
    height:8px;
    margin-left:8px;
}

div.RoundedPanel div.middle {
    background:url(../images/panell.png) repeat-y left;
    clear:both;
    width:100%;
}

div.RoundedPanel div.middle div.right {
    background:url(../images/panelr.png) repeat-y right;
    margin-left:5px;
}

div.RoundedPanel div.bottom {
    background:url(../images/panelbl.png) no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
    font-size: 1px;
}

div.RoundedPanel div.bottom div.right {
    background:url(../images/panelbr.png) no-repeat top right;
    height:8px;
    margin-left:8px;
}
