body {
	font: 13px "Lucida Grande", Tahoma, Trebuchet, Lucida, Verdana, sans-serif;
	background-color: #E3E3E3;
	margin-top: 30px;
}

a {
	text-decoration: none;
	color: maroon;
	font-weight: bold;
}

#footer {
	font-size: 11px;
}

#login_frame {
	width: 300px;
	height: 250px;
	border: thin solid gray;
}

#login_frame_big {
	width: 300px;
	height: 310px;
	border: thin solid gray;
}

#login_header {
	text-align: center;
	font-size: 16px;
	border-bottom: thin solid gray;
	background-color: silver;
	height: 60px;
	width: 300px;
	padding-top: 14px;
}

#login_error {
	text-align: center;
	border-bottom: thin solid gray;
	background-color: maroon;
	height: 50px;
	width: 300px;
	padding-top: 14px;
	color: white;
}

#login_label {
	font-weight: bold;
	padding-top: 20px;
}

#spacer {
	height: 10px;
}

#login_content {
	text-align: left;
	padding-left: 20px;
}

.login_item {
	width: 240px;
	text-align: left;
}