﻿.message-box {
    position: fixed;
    padding-top: 10%;
    width: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
}

.message-box-content {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: #fff !important;
    position: relative;
    margin: 0 auto;
    width: 550px;
    border-left: 2px solid #bf2323;
    border-right: 2px solid #bf2323;
    border-bottom: 2px solid #bf2323;
    border-top: 20px solid #bf2323;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.message-box-content-close {
    border-left: 1px solid #bf2323;
    border-right: 1px solid #bf2323;
    border-bottom: 1px solid #bf2323;
    border-top: 20px solid #bf2323;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.message-box-content > ul {
    display: block;
    margin: 20px;
}

    .message-box-content > ul > li {
        list-style: none;
        display: block;
        padding: 5px 0 5px 26px;
        margin: 0;
        color: #696969;
        font-weight: bold;
    }


.message-box-close, .message-box-toggle {
    background: transparent url(../../images/close2.png) 0 0 no-repeat;
    width: 25px;
    height: 20px;
    position: absolute;
    cursor: pointer;
    top: -21px;
    right: 0px;
}

.message-box-toggle {
    left: 2px;
    background-position: -34px 0;
}

#MessageListPublic .message-box-content {
    width: 350px;
}