﻿/*Lightboxes
--------------------------------------------- */
#lightbox360 {
    display: none;
}

#DOMWindow {
    color: #3B3A39;
    background-color: #f8f8f8;
    font-size: 0.9em;
    margin: 0 0 0 -8px;
}

#DOMWindow h1.pageTitle {
    padding: 0;
    margin: 0;
    color: #5b9b98;
}

#DOMWindow p {
    font-size: 0.8em;
    margin-top: 1em;
}

#DOMWindow p.help {
    font-size: 0.75em;
    margin-top: 0;
}

#DOMWindow .closeDOMWindow {
    cursor: pointer;
    display: block;
    background: url(../Images/Global/icon_close_lightbox.png) 0 0 no-repeat;
    height: 27px;
    width: 27px;
    position: absolute;
    top: 0;
    right: 0;
    text-indent:-9999px;
    margin:0;
    padding:0;
}

