#modal-overlay {
    background: #000;
    filter: alpha(opacity=60);
    height: 100%;
    left: 0;
    -moz-opacity: 0.7;
    -webkit-opacity: 0.7;
    -ms-filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 998;
}

#modal-container {
    background: #fff;
    height: auto;
    padding: 0;
    font: 14px/16px Arial,Helvetica,sans-serif;
    color: #000;
    position: absolute;
    z-index: 998;
}

#modal-header {
    font: 22px/24px 'pf_dindisplay_probold', Arial, Helvetica, sans-serif;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    clear: both;
}

#modal-content {
    display: block;
    z-index: 999;
    padding: 0;
}

#modal-close {
    background: #fff url('/electro/theme/img/close2.png') no-repeat center center;
    cursor: pointer;
    display: block;
    float: right;
    height: 30px;
    width: 30px;
}

#modal-close {
    position: absolute;
    top: 0;
    right: -30px;
}

#modal-container.modal-loading {
    background: #fff url('/electro/theme/img/ajax-loader.gif') no-repeat center center;
}





/*
     */
/*
*/