* {
	margin: 0;
	padding: 0;
}

body {
	background: white;
	font-family: verdana, arial, sans-serif;
}

label {
	cursor: pointer;
}

.relative {
	height: 0;
	left: 0;
	top: 0;
	width: 0;
	position: relative;
	text-align: left;
}

#background {
	background-color: #71C388;
	height: 36px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

#splash {
	background: url("images/login-background.png") no-repeat;
	height: 218px;
	left: 50%;
	margin: -109px 0 0 -159px;
	padding-top: 14px;
	position: absolute;
	top: 50%;
	width: 319px;
	z-index: 2;
}

#splash form {
	text-align: center;
}

#logo {
	background: url("images/login-logo.png") no-repeat;
	position: absolute;
	width: 308px;
	height: 74px;
	left: 4px;
	top: -76px;
}

#rememberMe {
	font-weight: normal;
	text-align: center;
}

#rememberMe table {
	margin: 0 auto;
}

.label {
	font-weight: normal;
}

#rememberMe td, #fields .label {
	color: #fff;
	padding: 2px;
	text-align: left;
}

#fields {
	display: block;
	margin: 0 auto;
	width: 210px;
}

.roundInput {
	background: url("images/login-input.png") no-repeat;
	height: 28px;
	padding: 4px 0;
	text-align: center;
	width: 202px;
}

#rememberMe,.roundInput {
	margin-bottom: 0.1em;
}

.roundInput input {
	background-color: transparent;
	border-color: transparent;
	border-width: 0;
	border-style: none;
	font-size: 0.9em;
	height: 21px;
	text-align: left;
	width: 178px;
	outline: 0 none transparent;
}

.error {
	color: #d00;
	position: absolute;
	bottom: -5px;
	width: 312px;
	text-align: center;
}

#unsupportedBrowser {
	background-color: #FFFFA0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#resetLinks {
	position: absolute;
	bottom: 155px;
	text-align: center;
	width: 400px;
	margin: 0 0 0 -200px;
	left: 50%;
}

#resetLinks a:hover {
	text-decoration: underline;
}