﻿div.rounded {
    /*clear:both;*/
    max-width:2400px;
    padding-left: 0px;
    width: 780px;
}

div.rounded div.top-outer {
    background:url(tl1.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded div.top-outer div.top-inner {
    background:url(tr1.gif) no-repeat right bottom;
    margin-left:9px;
}

div.rounded div.top-outer div.top-inner div.top {
    background:url(tm1.gif) repeat;
    height:23px;
    margin-right:9px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    background:url(l1.gif) left repeat-y;
    /*clear:both;*/
    width:100%;
}

div.rounded div.mid-outer div.mid-inner {
    background:url(r1.gif) right repeat-y;
    margin-left:9px;    
}

div.rounded div.mid-outer div.mid-inner div.mid {
	background-color:#ffffff;
    margin-right:9px;
}

div.rounded div.bottom-outer {
    background:url(bl1.gif) no-repeat left top;
    /*clear:both;*/
    padding:0px;
    width:100%;
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url(br1.gif) no-repeat right top;
    margin-left:8px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url(bm1.gif) repeat;
    height:9px;
    margin-right:8px;
    font-size:.01em;
}





div.rounded-small {
    /*clear:both;*/
    max-width:2400px;
    padding-left: 0px;
    width: 600px;
}

div.rounded-small div.top-outer {
    background:url(tl1.gif) no-repeat left bottom;
    padding:0px;
    width:100%;
}

div.rounded-small div.top-outer div.top-inner {
    background:url(tr1.gif) no-repeat right bottom;
    margin-left:9px;
}

div.rounded-small div.top-outer div.top-inner div.top {
    background:url(tm1.gif) repeat;
    height:23px;
    margin-right:9px;
    font-size:.01em;
}

div.rounded-small div.mid-outer {
    background:url(l1.gif) left repeat-y;
    /*clear:both;*/
    width:100%;
}

div.rounded-small div.mid-outer div.mid-inner {
    background:url(r1.gif) right repeat-y;
    margin-left:9px;    
}

div.rounded-small div.mid-outer div.mid-inner div.mid {
	background-color:#ffffff;
    margin-right:9px;
}

div.rounded-small div.bottom-outer {
    background:url(bl1.gif) no-repeat left top;
    /*clear:both;*/
    padding:0px;
    width:100%;
}

div.rounded-small div.bottom-outer div.bottom-inner {
    background:url(br1.gif) no-repeat right top;
    margin-left:8px;
}

div.rounded-small div.bottom-outer div.bottom-inner div.bottom {
    background:url(bm1.gif) repeat;
    height:9px;
    margin-right:8px;
    font-size:.01em;
}
