.jqmWindowAlert {
	display: none;
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    
    width: 400px;
    height: 150px;
    background: #1f1f1f;
    
    color: #333;
}
.jqmWindowZrebanje {
	display: none;
    
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    
    width: 400px;
    height: 520px;
    background: #1f1f1f;
    
    color: #333;
}

.jqmWindow {
    display: none;
    
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    
    width: 980px;
    height: 450px;
    border: 1px solid #406ea9;
    background: #000;
    
    color: #333;
}


.jqmContainer {
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.jqmZapri {
	position: absolute;
	z-index: 1000;
	right: 10px;
 	top: 10px;
 	
 	width: 32px;
 	height: 31px;
 	background: url("../../templates/page/images/btn_close.png") no-repeat;
}
.jqmZapri a {
	display: block;
	width: 100%;
	height: 100%;

	text-indent: -29999px;
	color: white;
}



.jqmOverlay { background-color: #000; }

/* Background iframe styling for IE6. Prevents ActiveX bleed-through (<select> form elements, etc.) */
* iframe.jqm {position:absolute;top:0;left:0;z-index:-1;
	width: expression(this.parentNode.offsetWidth+'px');
	height: expression(this.parentNode.offsetHeight+'px');
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}