﻿div.rounded {
    clear:both;
    max-width:2400px;
}

div.rounded div.top-outer {
    background:url(../img/top-left.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top-outer div.top-inner {
    background:url(../img/top-right.gif) no-repeat right bottom;
    margin-left:6px;
}

div.rounded div.top-outer div.top-inner div.top {
    background:url(../img/top-mid.gif) repeat;
    height:38px;
    margin-right:6px;
    font-size:.01em;
}


div.rounded div.mid-outer {
    background:url(../img/left.gif) left repeat-y;
    clear:both;
    width:100%;
}

div.rounded div.mid-outer div.mid-inner {
    background:url(../img/right.gif) right repeat-y;
    margin-left:6px;    
}

div.rounded div.mid-outer div.mid-inner div.mid {
    margin-right:6px;
}


div.rounded div.bottom-outer {
    background:url(../img/bottom-left.gif) no-repeat left top;
    clear:both;
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url(../img/bottom-right.gif) no-repeat right top;
    margin-left:6px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url(../img/bottom-mid.gif) repeat;
    height:6px;
    margin-right:6px;
    font-size:.01em;
}
