.modalError-dialog {
    top: 20%;
    width: 100%;
    position: absolute;
    min-height: 100px;
}

.modalError-content {
    border-radius: 0px;
    border: none;
    top: 40%;
    min-height: 150px;
}

.modalError-body {
    background-color: #FF0000;
    color: white;
    padding: 15px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff !important;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 1 !important;
}
