/*
some description.
*/

body {
	background-color: #E0E0E0;
}
button:active {
	outline: none;
}
a, a:active, a:focus {
	outline: none; /* Works in Firefox, Chrome, IE8 and above */ 
}

#wrapper {
	position: absolute;
	width: 360px;
	height: 360px;
	left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -200px;
	
}
#siteTitle {
	position: absolute;
	width: 360px;
	height: 20px;
	line-height: 20px;
	/*left: 50%;
	margin-left: -180px;
	top: 50%;
	margin-top: -220px;*/
	left: 0;
	top: 0;
	/*padding: 0 20px;*/
	font-size: 28px;
	font-weight: bold;
	color: #BCBCBC;
	white-space: nowrap;
	z-index: 1;
}
#loginBox {
	position: absolute;
	width: 360px;
	padding: 20px;
	left: 0;
	top: 20px;
	border: 4px solid #BCBCBC;
	background-color: #CFCFCF;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	z-index: 2;
}
#loginHeader {
	font-size: 2em;
	font-weight: bold;
	margin: 5px auto 15px;
	border-bottom: 1px solid #999;
}
#loginForm {
	margin: 20px auto;
}
#loginButton {
	text-align: center;
	padding: 15px 0;
}
#loginNotes {
	text-align: center;
	color: #C00;
	font-style: italic;
	line-height: 1.5em;
	height: 1.5em;
}
