﻿.modalWindowTop {
    padding-top: 5px;
    font-weight: bold;
    background: url(img/bars_window.gif);
    display: block;
    width: 100%;
    height: 17px;
    cursor: move;
}

.modalWindow {
    border-color: red;
    border: 3px ridge #FFDF4C;
    background-color: #d6ebd6;
    padding-bottom: 10px;
}

.modalWindowBackground {
    background-color: black;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.modalWindowTitle {
    float: left;
    margin-left: 6px;
}

.modalWindowContentContainer {
    height: 100%;
    padding: 3px;
}

.modalPageView {
    border: 2px solid #69BAA1;
    background-color: white !important;
    margin: 0px;
    border-radius: 5px;
}

.modalCloseButton {
    position: relative;
    background: url(img/bt_mini_fechar.png) 0px 0px !important;
    width: 20px !important;
    height: 20px !important;
    float: right;
    border-style: none !important;
    margin: -4px 3px 0px 0px !important;
    padding: 0px;
    cursor: pointer;
}
