HTML, BODY {
	font-family: Arial;
	font-size: 10pt;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
}

INPUT[type="text"], INPUT[type="password"] {
	font-size: 14pt;
	width: 340px;
	margin: 14px 0px 4px 0px;
	padding: 20px 12px;
	border: 1px solid #a9a9a9;
	border-radius: 5px;
	outline: none;
}

INPUT[type="submit"] {
	width: 150px;
	font-size: 12pt;
	margin-top: 15px;
	padding-top: 6px;
}

IMG#logo {
	position: relative;
	display: block;
	margin: 50px auto;
	height: 20%;
	max-height: 187px;
}

#login_form {
	position: absolute;
	width: 400px;
	height: 200px;
	top: 50%;
	left: 50%;
	margin-left: -165px;
	margin-top: -70px;
	padding: 15px 20px;
	text-align: center;
	color: #a74842;
	border: 1px solid #bbcad4;
	border-radius: 10px;
	background-color: #d4ecfc;
}
