body {
	background-color: #efefef;
	width: 800px;
	margin: 0 auto;
	font: 12pt Geneva, Arial, _sans;
}

#loginForm {
	background-color: #fff;
	text-align: center;
	width: 500px;
	margin: 20px auto 0;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #8eb5ed;
}

#promptDiv {
	font-size: 18pt;
	font-weight: bold;
	color: #585858;
	padding-bottom: 10px;
}

h1 {
	text-align: center;
	color: #585858;
}

.link {
	display: block;
	width: 298px;
	float: left;
	margin-right: 40px;
	margin-left: 40px;
	background-color: #fff;
	margin-top: 20px;
	text-align: center;
	border: 1px solid #8eb5ed;
	padding: 10px;
}

.link a {
	text-decoration: none;
	color: #6d81cf;
	font-weight: bold;
	display: block;
	width: 298px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.link a:hover {
	font-weight: bold;
	color: #3e40ab;
	background-color: #e0e5fe;
}

.instructions {
	text-align: center;
	display: block;
	float: left;
	margin-top: 20px;
	margin-right: 40px;
	margin-left: 40px;
	width: 300px;
	font-size: 10pt;
	padding-right: 10px;
	padding-top: 10px;
	padding-left: 10px;
	padding: 10px;
}

.instructions a {
	text-decoration: none;
	color: #585858;
}

.instructions img {
	padding-right: 20px;
	border-style: none;
	position: relative;
	top: 12px;
}

.instructions a:hover {
	color: #3e40ab;
}

#submitButton {
	margin-top: 15px;
}

