﻿div.msgBox {
    /*padding: 4px 10px 4px 10px;*/
    position: fixed;
    z-index: 13050;
    /*font-family:Verdana;*/
    width: 300px;
    min-height: 160px;
    color: #2b2b2b;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
    -moz-box-shadow: 0 0 11px #000000;
    -webkit-box-shadow: 0 0 11px #000000;
    -ms-box-shadow: 0 0 11px #000000;
    box-shadow: 0 0 11px #000000;
    background: #fff;
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    -ms-opacity: 0.9;
    opacity: 0.9;
    z-index: 13049;
}

div.msgBoxTitle {
    text-align: center;
    background: #efefee;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold;
    color: #2b2b2b;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

div.msgBoxContainer {
    display: table;
    font-size: 11px;
    height: 96px;
    line-height: 15px;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    word-wrap: break-word;
}

div.msgBoxImage {
    margin: 20px 5px 0 5px;
    display: inline-block;
    float: left;
    height: 75px;
    width: 75px;
}

    div.msgBoxImage img {
        height: 75px;
        width: 75px;
    }

div.msgBoxContent {
    display: table-cell;
    font-size: 12px;
    min-height: 96px;
    padding-left: 62px;
    position: relative;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    padding-right: 10px;
}

    div.msgBoxContent p {
        padding: 0;
        margin: 0;
        display: table;
        height: 100%;
        width: 100%;
    }

    div.msgBoxContent span {
        display: table-cell;
        vertical-align: middle;
        color: #2b2b2b;
    }

/* Content class for IE7*/

div.msgBoxContentIEOld {
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
    position: relative;
}

    div.msgBoxContentIEOld p {
        padding: 0;
        margin: 0;
        position: absolute;
        top: 50%;
    }

    div.msgBoxContentIEOld span {
        position: relative;
        top: -50%;
    }

/* Content class for IE7*/

div.msgBoxButtons {
    display: inline-block;
    width: 100%;
    text-align: right;
    background: #efefee;
    border-top: 1px solid #ccc;
    padding: 0 10px;
}

    div.msgBoxButtons input[type='button'] {
        color: #000;
        cursor: pointer;
        margin: 5px 0 5px 5px;
        height: 25px;
        line-height: 23px;
        font-size: 11px;
        width: 70px;
        border: 1px solid #ccc;
        /* IE10 Consumer Preview */
        background-image: -ms-linear-gradient(top, #FFFFFF 0, #E3E3E3 100%);
        /* Mozilla Firefox */
        background-image: -moz-linear-gradient(top, #FFFFFF 0, #E3E3E3 100%);
        /* Opera */
        background-image: -o-linear-gradient(top, #FFFFFF 0, #E3E3E3 100%);
        /* Webkit (Safari/Chrome 10) */
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
        /* Webkit (Chrome 11+) */
        background-image: -webkit-linear-gradient(top, #FFFFFF 0, #E3E3E3 100%);
        /* W3C Markup, IE10 Release Preview */
        background-image: linear-gradient(to bottom, #FFFFFF 0, #E3E3E3 100%);
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -ms-border-radius: 3px;
        border-radius: 3px;
        outline: none;
    }

div.msgBoxButtons input[type='button']:hover {
            /* IE10 Consumer Preview */
            background-image: -ms-linear-gradient(bottom, #FFFFFF 0, #E3E3E3 100%);
            /* Mozilla Firefox */
            background-image: -moz-linear-gradient(bottom, #FFFFFF 0, #E3E3E3 100%);
            /* Opera */
            background-image: -o-linear-gradient(bottom, #FFFFFF 0, #E3E3E3 100%);
            /* Webkit (Safari/Chrome 10) */
            background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
            /* Webkit (Chrome 11+) */
            background-image: -webkit-linear-gradient(bottom, #FFFFFF 0, #E3E3E3 100%);
            /* W3C Markup, IE10 Release Preview */
            background-image: linear-gradient(to top, #FFFFFF 0, #E3E3E3 100%);
            color: #000;
        }

        div.msgBoxButtons input[type='button']:active {
            background-color: #ccc;
            color: White;
        }

        div.msgBoxButtons input[type='button']:focus {
            outline: none;
            border: solid 2px #ccc; /* replace outline by a border */
            -o-transform: rotate(0); /*remove opera outline*/
        }

        div.msgBoxButtons input[type='button']::-moz-focus-inner /*remove firefox inner outline*/ {
            outline: none;
            border: none;
        }

div.msgBoxInputs {
    margin: 0 auto;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-top: 5px;
    width: 195px;
}

div.msgInput input[type='text'], div.msgInput input[type='password'] {
    padding: 4px;
    border: 1px solid #DFDFDF;
    color: #2f2f2f;
    width: 180px;
}

div.msgInput input[type='text'] {
    color: #2f2f2f;
    font-size: 10pt;
}
div.msgBoxContainer img {
    bottom: 0;
    height: 32px;
    left: 0;
    margin: auto auto auto 20px;
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
}