﻿body {
}

.box284-background
{
    width: 284px;
    background: url(images/box-284/background.gif) repeat-y;
}

.box284-top
{
    background: url(images/box-284/top.gif) top left no-repeat;
}

.box284-bottom
{
    background: url(images/box-284/bottom.gif) bottom left no-repeat;
    padding: 15px;
}

.minHeight160
{
 min-height: 160px; height: auto !important; height: 160px;
}




.box-tl
{
    width: 100%;
    background: url(images/box/tl.gif) top left no-repeat;
}

.box-t
{
    width: 100%;
    background: url(images/box/t.gif) top repeat-x;
}

.box-tr
{
    width: 100%;
    background: url(images/box/tr.gif) top right no-repeat;
}

.box-br
{
    width: 100%;
    background: url(images/box/br.gif) bottom right no-repeat;
}

.box-bl
{

    width: 100%;
    background: url(images/box/bl.gif) bottom left no-repeat;
}

.box-b
{
    width: 100%;
    background: url(images/box/b.gif) bottom repeat-x;
}


.box-l
{
    width: 100%;
    background: url(images/box/l.gif) left repeat-y;
}

.box-r
{
    width: 100%;
    background: url(images/box/r.gif) right repeat-y;
}