﻿
div.rounded {
    clear:both;
    max-width:600px;
}

div.rounded div.top-outer {
    background:url(img/tl.gif) no-repeat left bottom;
    padding:0px;
    
}

div.rounded div.top-outer div.top-inner {
    background:url(img/tr.gif) no-repeat right bottom;
    margin-left:10px;
}

div.rounded div.top-outer div.top-inner div.top {
    background:url(img/t.gif) repeat;
    height:11px;
    margin-right:10px;
    font-size:.01em;
}

div.rounded div.mid-outer {
    background:url(img/l.gif) left repeat-y;
    clear:both;
    
}

div.rounded div.mid-outer div.mid-inner {
    background:url(img/r.gif) right repeat-y;
    margin-left:10px;    
}

div.rounded div.mid-outer div.mid-inner div.mid {
	background-color:#E3DBB6;
    margin-right:10px;
}

div.rounded div.bottom-outer {
    background:url(img/bl.gif) no-repeat left top;
    clear:both;
    padding:0px;
    
}

div.rounded div.bottom-outer div.bottom-inner {
    background:url(img/br.gif) no-repeat right top;
    margin-left:10px;
}

div.rounded div.bottom-outer div.bottom-inner div.bottom {
    background:url(img/b.gif) repeat;
    height:11px;
    margin-right:10px;
    font-size:.01em;
}



