.windowWindow {
    display: none;
    position: fixed;
    background: #ae6f4b;
    //border: 3px solid #aaa;
    min-width: 350px;
    max-width: 700px;
    width: 35%;
    //margin-left: 25%;
    //box-shadow: 0px 0px 10px 3px #fff;
    //border-radius: 10px 10px 20px 20px;
    opacity:0.98;
    z-index: 1000;
}
.windowTitle {
    width: 100%; height: 30px;
    background: #137106;
    //border-bottom: 2px solid #623702;
    border-radius: 10px 10px 0 0;
    cursor: move;
}
.windowTitleText {width: 90%; overflow: hidden; color: white; padding: 5px 0 0 0; font-size:13pt; text-align:center;}
.windowBClose {
	cursor:pointer;
    width: 30px;
    height: 100%;
    border-radius: 0 10px 0 0;
    opacity: 0.6;
    background: black;
    float: right;
    color: white;
    text-align: center;
    padding-top: 5px;
    position: relative;
    cursor:pointer;
    /* box-shadow: 0 0 3px 2px white; */
    }
    
.windowBody {padding: 15px; display: none;}
