html,body {
	height: 100%;
	overflow: hidden;
	background-color: white;
	background: url( '../images/iPad/pinstripes-classic.gif' ) 50% 50%;
	font: 14px/1.5em Arial, sans-serif;
}


div.login {
	width: 200px;
	margin: 10% auto 0;
	border: 1px solid #ccc;
	padding: 20px 25px 40px;
	text-align: center;
	text-shadow: 1px 1px 5px #ccc;
	background: #fff;
	box-shadow: 10px 10px 20px #000000;
	border: 3px solid #bbb;
}
div.login label {
	width: 200px;
	display: block;
	font-weight: bold;
	color: #666;
	line-height: 1.8em;
}
div.login input.login {
	width: 184px;
	display: block;
}
div.login input.login {
	font-size: 100%;
	padding: 0 8px;
	margin-bottom: 1em;
	height: 25px;
	border: 0;
	background: url( '../images/aqua25.png' ) no-repeat 50% 50%;
	_background: url( '../images/aqua25.gif' ) no-repeat 50% 50%;
	-webkit-appearance:none;
	outline: 0;
}
input.loginbtn {
	font-weight: bold;
	color: #666;
	margin-top: 1.5em;
	width: 125px;
	height: 25px;
	background: url( '../images/aqualogin.png' ) no-repeat 50% 50%;
	border: 0;
	-webkit-appearance:none;
	outline: 0;
}

div.loginerr {
	font-size: 90%;
	color: #f00;
	font-weight: bold;
	margin-bottom: 1em;
}
