﻿.mbAlertbackgroundfill {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 1;
}

.mbAlertmessagearea {
    display: none;
    position: fixed;
    _position: absolute; /* hack for internet explorer 6*/
    height: auto;
    width: 500px;
    background: white;
    border: 1px solid black;
    z-index: 2;
    padding: 12px;
}

    .mbAlertmessagearea h1 {
        text-align: center;
        color: #000000;
        font-size: 22px;
        font-weight: 700;
        padding-bottom: 2px;
        margin-bottom: 20px;
    }

.alertpoint {
    cursor: pointer;
}

.mbAlertmessageclose {
    font-size: 25px;
    font-weight: bold;
    line-height: 14px;
    right: 6px;
    top: 4px;
    position: absolute;
    color: #0677bd;
    display: block;
    cursor: pointer;
}

.mbAlertmessagearea ul li {
    font-size: large;
    font-weight: bold;
    list-style: none;
}

.mbAlertmessagearea h4 {
    font-size: medium;
}
