
.box-body h2
{
	background-color: #dedede;
	margin-top: 0px;
    padding-bottom: 5px;
    margin-right: 2px;
    border-bottom: solid 2px #66cdaa;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.box-body div
{
	margin: 10px;
}

.box-top
{
	background-color: #dedede;
    background-image: url("theme/box_top.gif");
    background-position: 0 top;
    background-repeat: no-repeat;
    padding-top: 6px;
}
.box-bottom
{
    background-color: #F3F3F3;
    background-image: url("theme/box_bottom.gif");
    background-position: 0 bottom;
    background-repeat: no-repeat;
    padding-bottom: 6px;
}

.box-left
{
    background: url("theme/box_w.gif");
    background-position: 0 0;
    background-repeat: repeat-y;
}
.box-right
{
	background-color: #F3F3F3;
    background-image: url("theme/box_e.gif");
    background-position: right 0;
    background-repeat: repeat-y;
    margin-left: 2px;
    padding-bottom: 1px;
}

