﻿/* --------------------------Rounded Box--------------------------*/
div.rounded {
    clear:both;
    max-width:2400px;
    width:100%;
}
div.rounded div.top {
    background:url('/DO%20NOT%20USE/images/roundedcorners/tl.png') no-repeat bottom left;
    padding:0px;
    width:100%;
}
div.rounded div.top div.right {
    background:url("/DO%20NOT%20USE/images/roundedcorners/tr.png") no-repeat bottom right;
    height:10px;
    margin-left:10px;
}
div.rounded div.middle {
    background:url("/DO%20NOT%20USE/images/roundedcorners/l.png") repeat-y left;
    clear:both;
    width:100%;
}
div.rounded div.middle div.right {
    background:url("/DO%20NOT%20USE/images/roundedcorners/r.png") repeat-y right;
    margin-left:10px;
}
div.rounded div.middle div.right div.content {
    background:#fff repeat top left;
    color:#000;
    font: 1.0em Calibri, Arial, sans-serif;
    margin-right:10px;
    padding:0px 7px;
}
div.rounded div.middle div.right div.content a {
    color:#00f;
}
div.rounded div.middle div.right div.content p {
    margin:0px;
    padding-top:15px;
}
div.rounded div.middle div.right div.content h2 {

    font-size:1.75em;
    font-weight:bold;
    margin:0px;
    padding:7px 0px;
}
div.rounded div.bottom {
    background:url("/DO%20NOT%20USE/images/roundedcorners/bl.png") no-repeat top left;
    clear:both;
    padding:0px;
    width:100%;
}
div.rounded div.bottom div.right {
    background:url("/DO%20NOT%20USE/images/roundedcorners/br.png") no-repeat top right;
    height:10px;
    margin-left:10px;
}
/*   --------------------------Content------------------------*/

