/* Styles for login.php and login_failed.php */
form {
	padding: 25px;
	background-color: #dce5ff;
	border: 1px solid #000099;
}
#leftsidebar {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
}
.alert {
	color: #FF0000;
}
.center {
	text-align: center;
}
.pad {
	padding: 20px;
}
#rightsidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 160px;
}
#rightsidebar p {
	padding: 2px 5px 0 5px;
}
#mainsection {
	margin-left: 175px;
	margin-right: 165px;
	margin-bottom: 50px;
	padding-left: 2px;
	padding-right: 2px;
	color: #552197;
	height: 350px;
}
#mainsection h1, h2, h3, p {
	line-height: 110%;
}
#mainsection a {
	text-decoration: none;
	font-weight: bold;
	color: #0000CC;
}
#mainsection a:hover {
	text-decoration: underline;
}