#popup_container {
    font-size: 17px;
    min-width: 300px; /* Dialog will be no smaller than this */
    max-width: 600px; /* Dialog will wrap after this width */
    background: #FFF;
    border: solid 5px #999;
    color: #000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-family: BVahidBold;
}

#popup_ok {
    background: #70002d;
    background: -moz-linear-gradient(top,#1E346A 0%,#34A0DE 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#1E346A),color-stop(100%,#34A0DE));
    background: -webkit-linear-gradient(top,#1E346A 0%,#34A0DE 100%);
    background: -o-linear-gradient(top, #1E346A 0px, #34A0DE 100%) transparent;
    background: -ms-linear-gradient(top,#1E346A 0%,#34A0DE 100%);
    background: linear-gradient(top,#1E346A 0%,#34A0DE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1E346A',endColorstr='#34A0DE',GradientType=0);
    padding: 3px 4px;
    color: #fff;
    font-family: byekan;
    font-size: 12pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #03112D;
    width: 100px;
    cursor: pointer;
}

    #popup_ok:hover {
        color: #d0d3d2;
        cursor: pointer;
    }

#popup_cancel {
    background: #70002d;
    background: -moz-linear-gradient(top,#70002d 0%,#580023 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#70002d),color-stop(100%,#580023));
    background: -webkit-linear-gradient(top,#70002d 0%,#580023 100%);
    background: -o-linear-gradient(top,#70002d 0%,#580023 100%);
    background: -ms-linear-gradient(top,#70002d 0%,#580023 100%);
    background: linear-gradient(top,#70002d 0%,#580023 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70002d',endColorstr='#580023',GradientType=0);
    padding: 3px 4px;
    color: #fff;
    font-family: byekan;
    font-size: 10pt;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #ae4553;
}

    #popup_cancel:hover {
        color: #d0d3d2;
        cursor: pointer;
    }

#popup_title {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 1.75em;
    color: #666;
    background: #CCC url(../images/title.png) top repeat-x;
    border: solid 1px #FFF;
    border-bottom: solid 1px #999;
    cursor: default;
    padding: 0em;
    margin: 0em;
}

#popup_content {
    background: 16px 16px no-repeat url(../images/info.png);
    padding: 1em 1.75em;
    margin: 0em;
}

    #popup_content.alert {
        background-image: url(../images/info.png);
    }

    #popup_content.confirm {
        background-image: url(../images/important.gif);
    }

    #popup_content.prompt {
        background-image: url(../images/help.gif);
    }

#popup_message {
    padding-left: 48px;
}

#popup_panel {
    text-align: center;
    margin: 1em 0em 0em 1em;
}

#popup_prompt {
    margin: .5em 0em;
}
