#modal-default
{
    display: none;
}

#modal
{
    position: fixed;
    top: 10%;
    left: 25%;
    width: 50%;
    display: none;
    max-height: 80%;
    min-height: 100px;
    z-index: 2000;
    background-color: #fff;
    box-shadow: #444 0 0 20px;
    overflow: auto;
}

#modal-backdrop, .ajax-loading
{
    z-index: 1999;
    opacity: 0.5;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000;

    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    /* IE 5-7 */
    filter: alpha(opacity=50);
    /* Netscape */
    -moz-opacity: 0.5;
    /* Safari 1.x */
    -khtml-opacity: 0.5;
}

.ajax-loading
{
    position: absolute;
}

.ajax-loading-content
{
    color: white;
    margin-top:5px;
    text-align:center;
    font-size:4em;
}

#modal .ajax-loading-content
{
    color: #ccc;
}

#modal-backdrop
{
    display: none;
    position: fixed;
}

#modal .modal-close
{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 20px;
    background: transparent;
    padding: 2px 5px;
    z-index: 25000;
}

#modal .modal-close a
{
    color: #666;
}

#modal .modal-close a:HOVER
{
    color: #333;
}

#modal .modal-content .modal-loading-icon
{
    font-size: 32px;
    display: block;
    text-align: center;
    margin-top: 134px;
    color: #666;
}

#modal iframe {
    width: 100%;
    border :  0;
}