.boxTopLeft {
    background-image: url("/images/topleft.png");
    height: 81px;
    width: 37px;
} 
.boxTopCenter {
    background-image: url("/images/top.png");
    height: 61px;
    font-family: "Arial Rounded MT Bold", Verdana, Helvetica, FreeSans, sans-serif;
    font-size: 19px;
    color: #68737a;
    padding-top: 20px;
}
.boxTopRight {
    background-image: url("/images/topright.png");
    height: 81px;
    width: 37px;
} 
.boxMiddle {
    border-left: 1px solid #d1d3d4;
    border-right: 1px solid #d1d3d4;
}
.boxMiddleLeft {
    background-image: url("/images/content.png");
    border-left: 1px solid #d1d3d4;
    clear: left;
}
.boxContent {
    background-image: url("/images/content.png");
    background-repeat: repeat-x;
    background-position: bottom;
    padding: 0 15px;
    min-height: 110px;
}
.boxMiddleRight {
    border-right: 1px solid #d1d3d4;
}

.boxBottomLeft {
    clear: left;
    background-image: url("/images/bottomleft.png");
    height: 34px;
    width: 37px;
} 
.boxBottomCenter {
    background-image: url("/images/bottom.png");
    height: 34px;
} 
.boxBottomRight {
    background-image: url("/images/bottomright.png");
    height: 34px;
    width: 37px;
} 

