﻿.roundedContainerTop
{
    background-image:url(../images/layout/content-background-top.jpg);
    background-repeat:repeat;
    padding:0;
    height:16px;
}

.roundedContainerMiddle
{
    background-image:url(../images/layout/content-background.jpg);
    background-repeat:repeat;
    padding:1px 10px 1px 10px;
    border-left: 2px solid #B8AF98;
    border-right: 2px solid #B8AF98;
}

.roundedContainerBottom
{
    background-image:url(../images/layout/content-background-bottom.jpg);
    background-repeat:repeat;
    padding:0;
    height:15px;
}

.topLeft,
.topRight,
.bottomLeft,
.bottomRight
{
    background:url(../images/layout/rounded-corners.jpg) no-repeat;
    width:14px;
}

.topLeft,
.topRight
{
    height:16px;
}

.bottomLeft,
.bottomRight
{
    height:15px;
}

.topLeft,
.bottomLeft
{
    float:left;
}

.topRight,
.bottomRight
{
    float:right;
}

.topRight
{
    background-position:right top;
}

.bottomLeft
{
    background-position:left bottom;
}

.bottomRight
{
    background-position:right bottom;
}
