﻿
.c_websiteFooterOnMaster {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    padding: 5px 5px;
    border-top: 1px solid #ccc;
    z-index: 999;
    clear: both;
    font-weight: bold;
}

#loginFooter {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: #f1f1f1;
    padding: 5px 5px;
    border-top: 1px solid #ccc;
    z-index: 999;
    clear: both;
    font-weight: bold;
}