body{
    height: 100%;
}

#div_field_page{
	background: #777777 url(images/newer-bg.png) repeat-x scroll 0 0;
	padding: 10px 0;
	position: relative;
	width: 100%;
}

form#Form1{
    min-width: 0;
    width: 100%;
}

#Panel1{
	background: #fff url('images/body-bg.png') repeat-x;
	padding: 15px;
	border: 1px solid #bbb;
	margin: 0 auto;
}

#login-logo{
	margin: 0 auto;
	background-image: url('images/iq_logo_128.png');
	width: 128px;
	height: 128px;
}

#img_logo{
	height: 0;
	width: 0;
}

#Panel2{
	font-size: 200%;
	text-align: center;
}

#login-button
{
	text-align: center;
}

#login-button span{

}

#login-button #Button1{
	background: #425B99 url('images/btn.png') no-repeat center center;
	padding: 10px 15px;
	border: 0;
	font-size: 200%;
	color: #fff;
	border: 2px solid #ddd;
}

#login-button #Button1:hover{
	background-color: #5e79ba;
	cursor: pointer;
}

#login-button #Button1:active{
	background: #425B99 url('images/btn-inv.png') no-repeat;
}

.lilbl{
    padding-right: 10px;
		text-align:right
}

label.hiddenError{
    position: absolute;
    text-indent: -999999em;
}