﻿.round-box {
    background-image: url("http://www.malibuhorizon.com/box-middle.png");
    background-repeat: repeat-y;
    margin: 0 75px;
    width: 575px;
}
.round-box .topcurve {
    background-image: url("http://www.malibuhorizon.com/box-top.png");
    background-repeat: no-repeat;
    height: 10px;
}
.round-box .bottomcurve {
    background-image: url("http://www.malibuhorizon.com/box-bottom.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 10px;
}
.round-box .box-content {
    padding: 10px 27px;
}
.round-box2 {
    background-image: url("/box-middle_200.png");
    background-repeat: repeat-y;
    font-size: 11px;
    margin: 0 0 0 auto;
    text-align: left;
    width: 200px;
}
.round-box2 .topcurvebutton {
    background-image: url("/box-top_200.png");
    background-repeat: no-repeat;
    height: 3px;
}
.round-box2 .bottomcurvebutton {
    background-image: url("/box-bottom_200.png");
    background-position: left bottom;
    background-repeat: no-repeat;
    height: 3px;
}
.round-box2 .box-contentbutton {
    padding: 0 10px;
}
