body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #6597c4;
	color: #787878;
}
a {
	color: #5a87ad;
}
h1 {
	text-align: center;
	margin: 0;
	padding: 0;
	font-size: 36px;
	font-weight: normal;
	color: White;
}
#panel {
	background-image: url('../images/clouds.jpg');
	background-repeat: no-repeat;
	background-position: top center;
	width: 430px;
	margin: 142px auto 0 auto;
	position: relative;
}
#title {
	padding-top: 117px;
	height: 50px;
}
#window_title {
	font-size: 12px;
	color: White;
	font-weight: bold;
	background-color: #31506f;
	padding: 7px 0 0 12px;
	height: 20px;
	background-image: url('../images/title_background.gif');
}
#login {
	border: solid 1px #476988;
	background-color: White;
	width: 422px;
	margin: 0 auto 0 auto;
	padding-bottom: 45px;
}
#login table {
	margin: 23px 0 0 16px;
	width: 396px;
}
#login table td {
	padding: 4px 0 4px 0;
}
input[type="text"], input[type="password"] {
	width: 145px;
}
p {
	font-weight: bold;
}
