﻿#imgcopyright {
    position: absolute;
    top: 92%;
    right: 0%;
    display: none;
    color: white;
}

    #imgcopyright a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

        #imgcopyright a:hover {
            text-decoration: underline;
        }

#ebcscopyright {
    position: absolute;
    top: 92%;
    left: 0%;
    display: none;
}

    #ebcscopyright a {
        color: white;
        text-decoration: none;
        cursor: pointer;
    }

        #ebcscopyright a:hover {
            text-decoration: underline;
        }

.simple_box {
    width: 200px;
    padding: 10px;
    background-color: #D9E6F7;
    border: 3px solid green;
    font-size: 11px;
}

.inputfocus {
    background-color: #D9E6F7;
    border: 3px solid green;
}

#stopieBar {
    background-color: gray;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
    display: none;
}

#cookieBar {
    background-color: gray;
    width: 100%;
    bottom: 0px;
    left: 0px;
    position: fixed;
    z-index: 1000;
    display: none;
}

    #cookieBar .container, #stopieBar .container {
        margin: 0px auto;
        padding: 5px;
        max-width: 900px;
    }

    #cookieBar .cookiemessage, #stopieBar.cookiemessage {
        color: rgb(255, 255, 255);
        line-height: 23px;
    }

        #cookieBar .cookiemessage a {
            color: rgb(255, 255, 255);
            text-decoration: underline;
            cursor: pointer;
        }

    #cookieBar input {
    }
