div#beautiful-alert-overlay {
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    z-index: 3000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
div#beautiful-alert-box {
    background-color: #191919;
    z-index: 5000;
    color: #ffffff;
    width: 300px;
    position: absolute;
    /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
    top: 0;
    left: 0;
    opacity: 1;
    display: none;
    border: 0px transparent solid;
    border-radius: 0px;
}
div#beautiful-alert-message{
    font-family: 'Arial',sans-serif;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 20px 0;
    text-align: left;
}
div#beautiful-alert-close {
    padding: 20px 20px;
    text-align: center;
}
div#beautiful-alert-close span {
    /*    background-color: #2e2d31;
        border: 1px solid #2e2d31;*/
    text-align: center;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    color: white;
    width: 100px;
    /*height: 30px;*/
    /*line-height: 30px;*/
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin: 0 auto;
}

/*div#beautiful-alert-close span:hover {
    color: #2e2d31;
    background-color: #ffffff;
}*/
.pesan #beautiful-alert-message{
    text-align: center;
}
.pesan.success #beautiful-alert-message{
    background: url("../images/success.html") no-repeat scroll center 10px rgba(0, 0, 0, 0);
    padding-top: 46px;
}
.pesan.error #beautiful-alert-message{
    background: url("../images/error.html") no-repeat scroll center 10px rgba(0, 0, 0, 0);
    padding-top: 46px;
}