﻿div.msgBox {
    padding: 0;
    position: fixed;
    z-index: 1000;
    font-family: Verdana;
    width: 430px;
    min-height: 160px;
    color: #00335e;
    background: none!important;
    /*-moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius:10px 10px 0 0;
    -moz-box-shadow: 0px 0px 11px #000000;
    -webkit-box-shadow: 0px 0px 11px #000000;
    box-shadow: 0px 0px 11px #000000;*/
}

div.msgBoxBackGround {
    top: 0;
    left: 0;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.7!important;
    z-index: 999;
}

div.msgBoxTitle {
    /*padding: 8px 5px;*/
    font-variant: small-caps;
    font-size: 16pt;
    text-indent: 5px;
    font-weight: lighter;
    color: #444444;
    width: auto;
    /*border:1px solid #aaaaaa;*/
    background:#ddd;
    /*background: rgb(248,247,243);
    background: -moz-linear-gradient(top, rgb(248,247,243) 0%, rgb(205,205,207) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(248,247,243)), color-stop(100%,rgb(205,205,207)));
    background: -webkit-linear-gradient(top, rgb(248,247,243) 0%,rgb(205,205,207) 100%);
    background: -o-linear-gradient(top, rgb(248,247,243) 0%,rgb(205,205,207) 100%);
    background: -ms-linear-gradient(top, rgb(248,247,243) 0%,rgb(205,205,207) 100%); 
    background: linear-gradient(to bottom, rgb(248,247,243) 0%,rgb(205,205,207) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f7f3', endColorstr='#cdcdcf',GradientType=0 );*/
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    color: #222222;
}

div.msgBoxTitler {
    background:#ddd;
    padding: 0 7px;
}

div.msgBoxTitlem {
    background:#ddd;
    height: 36px;
}

    div.msgBoxTitlem p {
        padding: 9px 0 0 0;
    }

.msgBoxContainer, .msgBoxButtons {
    background: #fff;
    overflow: hidden;
    margin: -1px 0 0 0;
}

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 {
    font-size: 11pt;
    margin: 0 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
}

    div.msgBoxContent p {
        padding: 0;
        margin: 0;
        display: table;
        height: 100%;
        width: 100%;
    }

    div.msgBoxContent span {
        display: table-cell;
        vertical-align: middle;
        color: #444;
    }

div.msgBoxButtons {
    clear: both;
    width: 100%;
    text-align: center;
    padding: 0px 0 15px 0;
}

    /*div.msgBoxButtons input[type='button'] {*/
        /*cursor: pointer;
        margin: 2px 5px;
        padding: 2px 3px 4px 3px;
        width: 90px;
        border: 1px solid #575757;
        font-family: Georgia;
        font-size: 14px;
        color: #FFFFFF;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        border-radius: 20px;
        background: rgb(130,121,121);
        background: -moz-linear-gradient(top, rgb(130,121,121) 0%, rgb(76,75,75) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(130,121,121)), color-stop(100%,rgb(76,75,75)));
        background: -webkit-linear-gradient(top, rgb(130,121,121) 0%,rgb(76,75,75) 100%);
        background: -o-linear-gradient(top, rgb(130,121,121) 0%,rgb(76,75,75) 100%);
        background: -ms-linear-gradient(top, rgb(130,121,121) 0%,rgb(76,75,75) 100%);
        background: linear-gradient(to bottom, rgb(130,121,121) 0%,rgb(76,75,75) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#827979', endColorstr='#4c4b4b',GradientType=0 );*/
        /*background: url(../images/btn_1.png) no-repeat;
        width: 94px;
        height: 26px;
        border: none;
        font-size: 15px;
        color: #FFF;
        padding-bottom: 4px;
        padding-bottom: 0px\0/;
        * padding-bottom: 3px;
        cursor: pointer;
        font-family: Georgia, "Times New Roman", Times, serif;
        margin:0 3px;
    }*/

        /*div.msgBoxButtons input[type='button']:hover {
            background-color: #00549c;
            color: White;
        }

        div.msgBoxButtons input[type='button']:active {
            background-color: #AAAAAA;
            color: White;
        }*/

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 text {
    color: #2f2f2f;
    font-size: 10pt;
}
