﻿

.upperLeft
{
    background-repeat: no-repeat;
    background-image: url( 'images/box_01.gif' );
    width: 13px;
    height: 24px;
}
.upperMid
{
    background-repeat: repeat-x;
    background-image: url('images/box_02.gif' );
    height: 24px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    font-weight: bold;
}
.upperRight
{
    background-repeat: no-repeat;
    background-image: url('images/box_04.gif');
    width: 13px;
    height: 24px;
}
.midLeft
{
    background-repeat: repeat-y;
    background-image: url('images/box_08.gif' );
    width: 13px;
}
.midRight
{
    background-repeat: repeat-y;
    background-image: url('images/box_10.gif' );
    width: 13px;
}
.lowerLeft
{
    background-repeat: no-repeat;
    background-image: url('images/box_13.gif');
    width: 13px;
    height: 14px;
}
.lowerMid
{
    background-repeat: repeat-x;
    background-image: url('images/box_14.gif' );
    height: 14px;
}
.lowerRight
{
    background-repeat: no-repeat;
    background-image: url('images/box_16.gif');
    width: 13px;
    height: 14px;
}
