
.modal {
    top: 0px;
    left: 0px;
    color: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
    position: absolute;
    overflow: visible !important;
}

.modalBackground {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    z-index: 500;
    position: fixed;
    background: #000000;
    filter: alpha(opacity=90);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.modalContainer {
    top: 30%;
    left: 30%;
    width: 100%;
    height: 100%;
    z-index: 750;
    position: absolute;
    visibility: hidden;
}

.modalContent {
    width: auto;
    z-index: 1000;
    margin: 0 5%;
    /*overflow: hidden;*/
    position: relative;
    border-radius: 4px;
    background: #ffffff;
    border-top: 1px solid #000;
    border-bottom: 2px solid #000;
}

.modalTop {
    font-size: 12px;
    text-align: left;
    position: relative;
    text-transform: uppercase;
}

.modalClose {
    margin: 0;
    top: -14px;
    right: -13px;
    width: 25px;
    height: 25px;
    color: #c10e2f;
    display: block;
    font-size: 12px;
    cursor: pointer;
    padding-top: 4px;
    font-weight: bold;
    position: absolute;
    text-align: center;
    background: #fff;
    border-radius: 13px;
    border: 1px solid #ddd;
}

    .modalClose:hover {
        text-decoration: none;
    }

.modalBody {
    padding: 0;
    width: auto;
    font-size: 13px;
    text-align: left;
}

.modalContent fieldset {
    border: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

.modalBody a:hover {
    color: #5BBAE1;
    outline: none;
}

.modalBody form {
}
