#stp-bg {
    background: none repeat scroll 0 0 #000000;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 998;
}
#stp-main {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #000;
    color: #333333;
    display: none;
    font-family: arial,sans-serif !important;
    font-size: 13px;
    margin: 0;
    padding: 0;
    position: fixed;
    text-align: center;
    top: 220px;
    width: 480px;
    z-index: 999;
}
#stp-title {
    color: #000083;
    font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif !important;
    font-size: 18px;
    font-weight: bold;
    padding: 13px 0 13px 15px;
}
#stp-close {
    border-bottom: 0 none !important;
    color: #777777 !important;
    float: right;
    font-family: Verdana,Geneva,sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin: 0 13px 0 0;
    text-decoration: none !important;
    cursor:pointer;
}
#stp-close:hover {
    text-decoration: none !important;
}
#stp-msg {
    background: none repeat scroll 0 0 #000083;
    color: #FFFFFF;
    font-family: Verdana,Helvetica,sans-serif !important;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px;
}
#stp-dnt {															/* New */
    background: none repeat scroll 0 0 #FFFFFF;
    color: #000083;
    font-family: Verdana,Helvetica,sans-serif !important;
    font-weight: bold;
    line-height: 20px;
    padding: 10px 15px 25px;
}
#stp-buttons {
    margin: 25px 0 0;
    text-align: center;
}
#stp-counter {
    font-size: 11px !important;
    font-weight: bold;
    text-align: right;
}
.stp-button {
    float: left;
    width: 150px;
}
.step-clear {
    clear: both !important;
}