BODY {
	width: 100%;
	height: 100%;
	margin: 100px auto;
	padding: 0;
	text-align: center;
	font: 11px normal Tahoma, sans-serif;
	color: #444444;
}

#login-top {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 27px;
	text-align: right;
	background: url(/js/dhtmlx/dhtmlxLayout/codebase/imgs/dhxlayout_dhx_skyblue/dhxlayout_bg.gif);
}

#login-top p {
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	padding-right: 10px;
	margin: 6px auto;
}

#login-content {
	position: relative;
	width: 300px;
	height: 450px;
	text-align: center;
	background: url(/images/sirkel_login.jpg) no-repeat center top;
	margin: 0 auto;
}

#login-box {
	position: relative;
	top: 110px;
}

#login-box input {
	text-align: center;
}

#login-error {
	position: relative;
	top: 225px;
}