#pp-prompt {
    /*
    opacity: 0;
    filter: alpha(opacity=0);
    */
    visibility: hidden;
    position: fixed;
    _position: absolute; 
    z-index: 10001;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
#pp-prompt-1 {
    position: fixed;
    _position: absolute; 
    z-index: 100;
    top: 0;
    left: 50%;
    margin-left: -275px;
    width: 550px;
}
#pp-prompt-BG {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}
#pp-prompt-A {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 550px;
    -moz-box-shadow: 0 0 100px #666;
    -webkit-box-shadow: 0 0 100px #666;
    opacity: 0.85;
    filter: alpha(opacity=85);
    background-color: #FFF;
}
#pp-prompt-C h1 {
    padding-bottom: 5px;
    letter-spacing: -1.0px;
    color: #75A418;
}
#pp-prompt.error h1 {
    color: #FF4E4E;
}
#pp-prompt-C {
    position: relative;
    z-index: 2;
    margin: 0;
    padding: 30px 15px;
    width: 514px;
    border: 3px solid #AAA;
    border-top: none;
    line-height: 20px;
}
#pp-prompt-C a.pp-prompt-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 10px;
    font-weight: bold;
    color: #7B7B7B;
    text-decoration: none;
}

div.pp-prompt-btns {
    position: relative;
    margin: 10px 0 0;
    padding: 10px 0;
    text-align: center;
}
div.pp-prompt-btns a {
    margin: 0 5px 0 0;
    padding: 10px;
    border: 1px solid #CCC;
    font-weight: bold;
    background-color: #EEE;
    text-decoration: none;
    color: #AAA;
    text-shadow: -1px 1px #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
div#pp-prompt.default div.pp-prompt-btns a.type-btn {
    color: #75A418;
    border-color: #a4cd53;
    background-color: #75A418;
	/*
    background-color: #<?php echo(PRIMARY_COLOR)?>;
	*/
    text-shadow: none;
}
div#pp-prompt.error div.pp-prompt-btns a.type-btn {
    color: #FFF;
    border-color: #ff1313;
    background-color: #FF4E4E;
    text-shadow: none;
}