/** 
 * Styling the login-panel
 */
.ov_loginPanel { 
	margin: 90px auto 0;
	width: 480px;
	padding: 0px;
}

.ov_loginPanel .ov_loginWaitStatus {
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
	height:100%;
	overflow: hidden;
	z-index: 100;
	background-color: var(--ov_color_default_bg);
	opacity:0.6;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(/ws/javax.faces.resource/images/animated/preloader-20x20.gif.jsf?ws=29.030_ovt_ci);
}


