
body {
	background-color: #000055;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: .8em;
}

form {
	display: inline;
}

a:link, a:visited, a:active {
	color: #000088;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.divLoginWrapper {
	width: 400px;
	height: 300px;
	position: absolute; 
	top: 50%; 
	left: 50%; 
	margin-top: -150px; 
	margin-left: -200px; 
	border: 0px;
}

.divLoginHeader {
	border: 1px solid #000055;
	border-bottom: 0px;
	background-color: #f0f0ff;
	padding: 10px;
	font-weight: bold;
	font-size: .9em;
	color: #000055;
}

.divLoginContent {
	font-size: .9em;
	border: 1px solid #000055;
	background-color: #ffffff;
	padding: 10px;
	text-align: center;
}

.inputLogin {
	font-size: .9em;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 175px;
}

.inputSubmit {
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	width: 75px;
}