* { margin: 0; padding: 0; }

body {
	border-top-width: 30px;
	border-top-style: solid;
	font: 12px "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}

form {
	margin-left: 8px;
	padding: 65px 40px 40px 16px;
	font-weight: bold;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

form .forgetmenot { font-weight: normal; float: left; margin-bottom: 0;}

#login form .submit input {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	padding: 3px 5px;
	border: none;
	font-size: 0px;
	border-width: 0px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	text-decoration: none;	
	margin-top: -6px;
	background: url(../images/login-bt-unt.gif) no-repeat;
	width: 130px;
	height: 35px;
}

form .submit {
	float: right;
	background: #000000;
}

form p {
	margin-bottom: 24px;
	color: #FFFFFF;	
}

h1 a {
	background: url(../images/logo-loginxxx.gif) no-repeat;
	width: 292px;
	height: 80px;
	text-indent: -9999px;
	overflow: hidden;
	padding-bottom: 15px;
	display: block;
}

#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login {
	background: url(../images/login-unt.gif) no-repeat;
	width: 400px;
	height: 475px;
	margin: 7em auto;
}

#login_error, .message {
	margin: 45px 40px -35px 22px;
	border-width: 1px;
	border-style: solid;
	padding: 5px;
}

#nav { margin: 0 0 0 8px; padding: 16px; }

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
}