 form, p, ul, dl, dt, dd, li, body, h1, h2, h3, h4, h5, h6, fieldset {
	margin: 0; padding: 0;
}
html {
	height 100%;
}

a {
	color: #A80101;
	text-decoration: none;
}

a:hover {
	color: #ff0000;
	text-decoration: none;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	top: 168px;
	left: 106px;
	position: absolute;
}

body {
	background-color: #808082; 
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	height 100%;
}


#form_wrapper {
	background: url('img/login_bg.png');
	margin: 50px auto; 
	width: 430px;
	height: 481px;
	position: relative;
}


fieldset {
	border: none;
	width: 430px;
}

#loginForm {
	top: 232px;
	left: 53px;
	position: absolute;
}

form.loginform label {
	display: block;
	margin: 0 0 3px 0;
}

form.loginform input {
	width: 321px;
	height: 29px;
	border: 1px solid #a0a0a0;
	margin: 0 0 23px 0;
	line-height: 29px;
}

form.loginform input.submit {
	margin: 10px 0 0 92px; 
	display: block;
	width: 138px;
	height: 34px;
	border: none;
}
