#windowBar-image{
height:auto;
left:0;
position:absolute;
top:0;
width:100%;
overflow:visible;
line-height:0px;
display: block;
pointer-events: none;
}

.Zwindow{
background-color:transparent;
color:#0f0;
border-color:#fff;
border-width:0px 0 0;
padding:0px;
line-height:0px;
position:absolute;
width:50%;
height:auto;
-webkit-user-select: none;  
-moz-user-select: none;    
-ms-user-select: none;      
display: inline-block;
}

#windowBar-text{
left:0;
position:relative;
top:0;
width:100%;	
height:auto;	
}

#windowBar-title{
color:#525451;
z-index:10;
height:auto;
left:0;
position:relative;
top:-15%;
width:100%;
overflow:visible;
line-height:0px;
text-align:center;
display: inline-block; 
vertical-align: middle; 
pointer-events: none;
}

#windowContent{
width:100%;
height:100%;
min-height:500px;
position:relative;
margin:0;
padding:0;
border-width:0px 0 0;
line-height:0px;
}

