﻿.footer_panel_tl, .footer_panel_t, .footer_panel_tr, .footer_panel_l, .footer_panel_r, .footer_panel_bl, .footer_panel_b, .footer_panel_br, .footer_panel 
{
    width: 800px;
    margin-left: auto;
    margin-right:auto;
    padding: 0;
    border: 0;
    position: relative;
    z-index:65;
}

.footer_panel_t 
{
    /*
        change this div to layout the whole box (width, height, float, margin, ...)
        example lines:
        width: 60%;
        margin: 7px 35px 0px 1px
        to change distance to content/text scroll to class ".footer_panel" and change the padding
    */
    background-color: #070557;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-x;
    background-position: top;
}

.footer_panel_tl 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_topleft.png");
    background-repeat: no-repeat;
    background-position: left top;
}

.footer_panel_tr 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_topright.png");
    background-repeat: no-repeat;
    background-position: right top;
}

.footer_panel_bl 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_bottomleft.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}

.footer_panel_br 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_bottomright.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

.footer_panel 
{
    height: 100%;
    min-height:18px;
    padding: 5px 6px 5px 6px;
}

.footer_panel_l 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-y;
    background-position: left;
}

.footer_panel_r 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-y;
    background-position: right;
}

.footer_panel_b 
{
    height: 100%;
    background-image: url("../images/borders/footer_panel_border.png");
    background-repeat: repeat-x;
    background-position: bottom;
}