.orange-top-left
{
    width:4px;
    height:18px;
    background-image:url('images/top-left.gif');
}
.orange-top-tile
{
    width:185px;   
    height:18px;
    background-image:url('images/top-tile.gif');
}
.orange-top-right
{
    width:4px;
    height:18px;
    background-image:url('images/top-right.gif');
}
.orange-left-tile
{
    width:4px;
    background-image:url('images/left-tile.gif');
    background-repeat:repeat-y;
}
.orange-right-tile
{
    width:4px;
    background-image:url('images/right-tile.gif');
    background-repeat:repeat-y;
}
.orange-bottom-tile
{
    height:3px;
    background-image:url('images/bottom-tile.gif');
    background-repeat:repeat-x;
}
.orange-bottom-left
{
    width:4px;
    height:3px;
    background-image:url('images/bottom-left.gif');
}
.orange-bottom-right
{
    width:4px;
    height:3px;
    background-image:url('images/bottom-right.gif');
}
.orange-TitleHead
{
    font-family:Arial;
    font-size:13px;
    font-weight:bold;
    color:White;
    padding-left:10px;
}
