.modalDialog {
    display: none;
}

#modalBack {
    background-color: #000000;
}

#modalContent {
    border: 2px solid #ffffff;
    background-color: #000000;
}

#modalCloseBox {
    cursor: pointer;
    background-image: url( widget_close.png );
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
}

#modalMain {
    color: white;
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
}

#modalMain.gray {
    color: black;
}

#modalContent.gray {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #B3B3B3;
}

#modalCloseBox.gray {
    background-image: url( widget_close-gray.png );
    width: 13px;
    height: 13px;
}

.modalTitle {
    font-weight: bolder;
    border-bottom: 1px solid #B3B3B3;
    margin-bottom: 1em;
    color: white;

    position: relative;
    padding-left: 25px;

    padding-top: 2px;
    padding-bottom: 2px;

    background-image: url( title-gray.png );
}
