/* Authentication form */
html, body { height: 100%; }

body {
	background: #FFFFFF url("../images/bg_authentication.png") repeat-x left center;
	position: relative;
}

#wrapper {
	background: transparent url("../images/bg_auth_form.png") no-repeat left center;
	font-size: 1.2em;
	height: 275px;
	left: 50%;
	margin: -142px auto auto -176px;
	position: absolute;
	top: 50%;
	width: 352px;
}

#header {
	background: 0;
	height: 134px;
}
#header h1 {
	font-size: 0;
	margin: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-indent: -9999px;
}

#main {
	width: auto;
}

#footer {
	color: #8A8A8A;
	margin: 35px 0 0 0;
	font-size: 0.9em;
	text-align: center;
}
#footer a {
	color: #8A8A8A;
	text-decoration: none;
}
#footer a:hover {
	color: #1D1D1D;
	text-decoration: underline;
}

#messages {
	bottom: 255px;
	left: 10%;
	position: absolute;
}

#authentication {
	margin: 15px 30px;
}
#authentication form {}
#authentication form dl.property {
	overflow: hidden;
	padding: 2px 0 0 0;
	width: 100%;
}
#authentication form dl.property dt {
	float: left;
	width: 88px;
}
#authentication form dl.property dd {
	float: left;
}
	#authentication form dl.property dd input.text { width: 180px; }
#authentication form dl.remember {
	color: #8A8A8A;
	font-size: 0.95em;
	margin: 10px 0 5px 0;
}
#authentication form ul.actions {
	margin: 5px 0 0 88px;
}