* {
	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: #71C388;
	height: 36px;
	margin-top: -18px; 
	position: absolute;
	top: 50%;	
	width: 100%;
	z-index: 1;
}

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

#login form {
	text-align: center;
}

#logo {
	position: absolute;
	left: 4px;
	top: -103px;
}

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

#rememberMe table {
	margin: 0 auto;
}

#rememberMe td {
	color: #fff;
	padding: 2px;
}

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

#rememberMe, .roundInput {
	margin-bottom: 10px;
}

.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;	
}

input[type="submit"] {

}