body {
	font: 75% "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
	background: #B5E0EE;
	color: #333;
	text-align: center;
	margin: 0px;
}
#backtosite {
	background: #333;
	color: #fff;
	text-align: left;
	padding: 6px 30px;
}
#backtosite a { color: #aaa; }
#backtosite a:hover { color: #fff;}

#wrap {
	width: 500px;
	margin: 60px auto 10px;
	text-align: left;
}
h1 { margin-bottom: 10px; font-size: 3.5em;}

#page { background: #fff; padding: 20px; position: relative; }

form { margin: 0px; }
label { font-size: 1.2em; display: block; color: #999; }
.input { font: inherit; font-size: 30px; border: 1px solid #cecece;	padding: 3px; width: 100%;}
.checkbox { border: 1px solid #cecece;}

.button { background: #eee; border: 1px solid #ccc;	color: #224466;	padding: 5px 30px; cursor: pointer;}
.button:hover,a:hover { color: #D54E21; }

.error { background: #FEF6A8; color: #800000; padding: 5px 0px;	text-align: center;	margin-bottom: 10px;}
label.remember { display:inline;}
#remember { margin-right: 5px;}
.return { text-align: right; }

p { margin-top: 0px;}
p.last { margin: 10px 0px 0px; position:relative;}

a { text-decoration: none; color: #2B90AF;}
#forgot { position:absolute; right: 5px; top: 8px;}