* { margin: 0; padding: 0; }
html { height: 100%; }
body {
	height: 100%;
	background: #000;
	font: 11px/16px 'Lucida Grande', Arial, sans-serif;
	color: #fff;
}
#wrapper {
	width: 540px; height: 200px;
	margin: 100px auto;
	background: #222;
	border: 5px solid #444;
	padding: 20px;
}
h2, h3 { margin: 5px 0; }
a { 
	color: #09f;
	border-bottom: 1px dotted #09f;
	text-decoration: none;
	padding: 2px 1px;
}
a:hover { 
	color: #444;
	border-bottom: 1px dotted #444;
}
.clear { clear: both; }
p { margin: 10px 0; }
hr { margin: 10px; }
label {
	font-size: 12px; 
	font-weight: bold; 
	display: block;
	margin: 5px 20px 5px 0;
	width: 210px;
	float: left;
	text-align: right;
}
input[type="text"], input[type="password"], select, textarea {
	font: 12px/16px 'Lucida Grande', Arial, sans-serif;
	padding: 3px;
	border: 1px solid #ccc;
}
textarea { font-size: 11px; }
input[type="submit"] {
	font-size: 12px; font-weight: bold;
	padding: 5px;
}
.flash-header {
	position: absolute; top: 0;
	width: 100%; height: 30px;
	text-align: center;
	font-size: 12px; font-weight: bold;
	line-height: 30px;
	z-index: 101;
}
#flash { 
	text-align: center;
	font-size: 12px; font-weight: bold;
	z-index: 101;
	padding: 5px;
	width: 90%; line-height: 30px;
	margin: 10px auto;
}
.error { background: #933; color: #fff; }
.ok { background: #393; color: #fff; }
#flash ul { list-style: none; margin: 0; padding: 0; }
#flash ul li { list-style: none; margin: 0; padding: 0; color: #fff; }
