/* authorization top layer */
.toplayer iframe, .toplayer .overlay {
	background:#000;
	position:fixed;
	-position:absolute; /* IE 5, 6 */
	top:0;
	left:0;
	height:100%;
	width:100%;
	opacity:.7;
	filter:alpha(opacity=70);
	/*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=75, FinishOpacity=0, Style=0, StartX=0, FinishX=100, StartY=0, FinishY=100);*/
	margin:0;
	padding:0;
	border:0;
	z-index:2001;
}
html > body .toplayer iframe {
	opacity:0;
	filter:alpha(opacity=0);
}
* html .toplayer iframe {
	height:expression(this.offsetParent.scrollHeight);
	filter:alpha(opacity=0);
}
* html .toplayer .overlay {
	height:expression(this.offsetParent.scrollHeight);
}
.login {
	background:url(/images/login_b.gif) left bottom no-repeat;
	text-align:center;
	position:fixed;
	-position:absolute; /* IE 5, 6 */
	top:35%; /* top:0; */
	left:50%; /* left:0; */
	width:300px;
	margin:-100px 0 0 -150px; /* widht and heigth != 100% */
	-margin:0;
	padding-bottom:4px;
	z-index:2002;
    font-size:11px;
}
* html .login {
	left:expression((this.offsetParent.clientWidth/2)-(this.clientWidth/2)+this.offsetParent.scrollLeft);
	top:expression((this.offsetParent.clientHeight/2)-(this.clientHeight/2)+this.offsetParent.scrollTop);
}
.login form {
	background:url(/images/login_t.gif) left top no-repeat;
	margin:0;
	padding:4px 0 0;
	position:relative;
}
.login fieldset {
	background:#FFDA2A url(/images/login_c.jpg) left top no-repeat;
	padding:4px 0;
	margin:0;
	border:0;
}
.login h5 {
	font-size:18px;
	font-weight:normal;
	margin:0 25px 5px;
}
.login span {
	color:#444;
	display:block;
	margin-bottom:1px;
}
.login input {
	margin-bottom:5px;
	vertical-align:middle;
}
.login .button {
	margin:3px 0 10px 0;
}
.login .usernm input, .login .pass input {
	text-align:center;
	font-size:14px;
	width:240px;
	border:1px solid #999;
}
.login p {
	line-height:1.3;
	margin:0;
}
.login a {
	color:#2553B4;
}
.closed {
	color:#222 !important;
	font-weight:bold;
	font-size:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	position:absolute;
	right:7px;
	padding:2px;
	top:2px;
}
.login input {font-size:12px;}
.poll-options{
    display:block;
    padding: 10px 0 10px 10px;
    text-align:left;
}
.poll-options label{}
.poll-results {display:none;margin:0 10px 6px 0;}
.poll-results div{display:inline-block; float:left; background:#2553B4;}
.poll-results span{display:inline-block;}
span#countdown{display:inline;}

#loading{ position: absolute; background:url(/css/img/loading.gif) no-repeat 50% 50%; top: 45%; left: 0px; height: 40px; width: 100%; display:none }
