div#ep-shade-overlay {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #3f4c58;
    opacity: 0.6;
    -moz-opacity: 0.6;
    filter: alpha(opacity = 60);
    z-index: 1000;
}

* html div#ep-shade-overlay {
    position: absolute;
}

.light-box-container {
    display: none;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-left: -410px;
    width: 820px;
    font-family: verdana, arial, helvetica, sans-serif;
    z-index: 2000;
}

.light-box-container a {
    text-decoration: none;
}

.light-box-container a:hover {
    text-decoration: underline;
}

.light-box-container h2 {
    font-weight: bold;
    font-size: 1.231em;
    color: #E47911;
    margin: 0;
    white-space: nowrap;
}

.light-box-body {
    position: relative;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 0 5px 0 10px;
    margin-top: 5px;
}

.light-box-loading-msg {
    position: fixed;
    width: 820px;
    margin-right: -410px;
    top: 30%;
    left: 50%;
    z-index: 2000;
}

* html .light-box-loading-msg {
    width: 100%;
    padding-top: 30%;
    text-align: center;
}