body, html {
	background: #700000 url(../images/body-bg.jpg) repeat-x center top;
	color: #474747;
	font-size: 11px;
}

a {
	color: #940000;
}

h1 {
	font-size: 1.75em;
	font-weight: bold;
	border-bottom: 1px solid #cecece;
	padding-bottom: 0.25em;
	margin-bottom: 1em;
}

ul {
	padding: 0px;
	margin: 0px;
}

ul li {
	padding: 0px;
	margin: 0px;
}


div.header {
	width: 475px;
	margin: auto;
	margin-top: 10em;
}

#loginbox {
	background-color: #fff;
	border: 5px solid #b3b3b3;
	width: 475px;
	margin: auto;
	margin-top: 1em;
	padding:0px;
}

.loginform {
	padding: 15px;
}

.messages {
	background-color: #ffebdb;
	border: 1px solid #ffbb94;
	padding: 5px 10px;
	margin-bottom: 15px;
}

.messages ul li {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 3px;
}

label {
	display: block;
	margin-bottom: 5px;
}


input.text {
	width: 25em;
	border: 1px solid #b0b0b0;
	padding: 2px;
	background-color: #f5f5f5;
	margin-bottom: 15px;
}

input#submit {
	display: block;
}

.switch-form {
	background-color: #e6e6e6;
	border-top: 1px solid #c8c8c8;
	padding: 15px;
	font-size: 1.3em;
	font-weight: bold;
}

.switch-form p {
	padding: 0px;
	margin: 0px;
}

.switch-form a:hover, .switch-form a:focus {
	text-decoration: underline;
}