﻿.modulebox-top-left
{
    background-image: url( "images/corner-top-left.png" );
    background-repeat: no-repeat;
    background-position: right bottom;
    height: 30px;
    width: 30px;
}

.modulebox-top
{
    background-image: url("images/top-line.png" );
    background-repeat: repeat-x;
    background-position: 0 bottom;
    height: 30px;
    width: 30px;
}
.modulebox-top-right
{
    background-image: url("images/corner-top-right.png" );
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    width: 30px;
}
.modulebox-left
{
    background-image: url("images/left-line.png" );
    background-repeat: repeat-y;
    background-position: right top;
    width: 30px;
}
.modulebox-content
{
     background-image: url("images/center-bg.png" );
     background-repeat: repeat;
    text-align:left;
    text-align:justify;
}
.modulebox-right
{
    background-image: url("images/right-line.png" );
    background-repeat: repeat-y;
    background-position: left top;
    width: 30px;
}
.modulebox-bottom-left
{
    background-image: url("images/corner-bot-left.png" );
    background-repeat: no-repeat;
    background-position: right top;
    height: 30px;
    width: 30px;
}
.modulebox-bottom
{
    background-image: url("images/bot-line.png" );
    background-repeat: repeat-x;
    background-position: 0 top;
    height: 46px;
}
.modulebox-bottom-right
{
    background-image: url("images/corner-bot-right.png" );
    background-repeat: no-repeat;
    background-position: left top;
    height: 30px;
    width: 30px;
}

