﻿div.boxheader
{
    font-weight: bold;
    color: #001e78;
    font-size: 13px;
}

.boxcontent
{
    background-color: #ffffff;
    padding: 5px;
}

.boxtopleft 
{
    background-image: url(Images/boxtl.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.boxtop 
{
    background-image: url(Images/boxt.png);
    background-repeat: repeat-x;
    height: 5px;
}

.boxtopright 
{
    background-image: url(Images/boxtr.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.boxleft 
{
    background-image: url(Images/boxl.png);
    background-repeat: repeat-y;
    width: 5px;
}

.boxright
{
    background-image: url(Images/boxr.png);
    background-repeat: repeat-y;
    width: 5px;
}

.boxbottomleft 
{
    background-image: url(Images/boxbl.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

.boxbottom
{
    background-image: url(Images/boxb.png);
    background-repeat: repeat-x;
    height: 5px;
}

.boxbottomright
{
    background-image: url(Images/boxbr.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
}

