div.showAlert{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div.showAlertBlock{
    width: 100%;
    height: 100%;
    background-color:#000;
    -khtml-opacity:.50;
    -moz-opacity:.50;
    -ms-filter:"alpha(opacity=50)";
    filter:alpha(opacity=50);
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0.5);
    opacity:.50;
}
div.showAlertBody{
    position:absolute;
    width:350px;
    height:100px;
    margin-left: -175px;
    margin-top: -50px;
    left:50%;
    top:50%;
    background-color:#fff;
    border: 3px solid #ccc;
    font-family: Arial;
}
div.showAlertBodyMsg{
    font-size: 15px;
    height: 60px;
    text-align: center; 
    line-height: 60px;

}
div.showAlertBodyBottom{
    height: 40px;
    background-color:#f6f6f6;
}
div.showAlertBodyBottom div{
    position:absolute;
    width: 100%;

    top:68px;
    height: 25px;
    text-align: center;    
}




/*CONFIRM*/
#msgConfirm{
    display: none;
    position: fixed;

    width: 400px;
    height: 150px;

    margin-left: -200px;
    margin-top: 0;

    left: 50%;
    top: 100px;

    border: 1px solid #999;
}

#msgConfirmMsg{
    padding: 15px 15px 15px 85px;
    font-size: 15px;
    height: 65px;
    background-color: #fff;

    background:#fff url('question.png') no-repeat 10px 50%;
}

#msgConfirmBtn{
    height: 24px;
    background-color: #ccc;
    border-top: 1px solid #999;
    text-align: right;
    padding: 15px;
}

/*ALERT*/

.alert-box {
    display: none;
    position: fixed;
    top: 25%;
    color:#555;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:15px;
    padding:10px 10px 10px 36px;
    width: 1000px;
    margin-left: -500px;
    left: 50%;


}

.mbox-erro {
    background:#ffecec url('error.png') no-repeat 10px 50%;
    border:1px solid #f5aca6;
}
.mbox-ok {
    background:#e9ffd9 url('success.png') no-repeat 10px 50%;
    border:1px solid #a6ca8a;
}
.mbox-alerta {
    background:#fff8c4 url('warning.png') no-repeat 10px 50%;
    border:1px solid #f2c779;
}
.mbox-aviso {
    background:#e3f7fc url('notice.png') no-repeat 10px 50%;
    border:1px solid #8ed9f6;
}

#msgAlert, #msgAlertFrame{
    z-index: 1;
}

.alertFrame-box {
    display: none;
    color:#555;
    position:fixed;
    top:5px;
    border-radius:10px;
    font-family:Tahoma,Geneva,Arial,sans-serif;
    font-size:15px;
    padding:10px 10px 10px 36px;
    width: 900px;
}
