﻿
#popupdiv {
    background-color: #000000;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 111;
}

.newpopupdiv {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: -moz-use-text-color #514836 #514836;
    border-image: none;
    border-radius: 5px 5px 3px 3px;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    color: #000000;
    display: none;
    font-size: 16px;
    padding: 0;
    position: absolute;
    z-index: 333;
}

    .newpopupdiv .popheader {
        background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top, #e6ac1a, #e6ac1a) repeat scroll 0 0;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
        color: #ffffff;
        height: 20px;
        padding: 5px 0 0 5px;
        width: 99.4%;
    }

        .newpopupdiv .popheader .headername {
            background-position: left center;
            background-repeat: no-repeat;
            color: #ffffff;
            float: left;
            font-family: Verdana;
            font-size: 10pt;
            margin: 0;
            padding: 0 0 0 19px;
        }

.newpopupdiv-inner {
    margin: 0 auto;
    padding: 15px 5px 5px;
    width: 99%;
}
