* { 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: 16px 16px 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: 13px;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: default;
	text-decoration: none;	
	margin-top: -6px;
}

form .submit { float: right; }

form p { margin-bottom: 24px; }

#backtoblog a {
	position: absolute;
	top: 7px;
	left: 15px;
	text-decoration: none;
}

#login {
width: 292px;
background:#fff;
margin: 1em auto; 
}

#header{
	width:100%;
	background:url(../images/header.jpg) no-repeat;
	height:200px;
}
#header h1{
	color: #000000;
	font-family: Times New Roman, Arial, Trebuchet MS;
	font-weight: bold;
	font-size:60px;	
	padding-left:285px;
	padding-top:50px;
}

/************************************************
*	Footer      								*
************************************************/

#footer {
	background: url(../images/footer_up.gif) top no-repeat;
	width: 100%;
	height: 114px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;

	}

#footer .testo{
	text-align:center;
	font-family:Arial;
	color:#333333;
	font-weight:bold;
	padding-top:80px;
	}
#footer p {
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0px;
	padding: 0px 10px 0px 10px;
	}
	
#footer a, #footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#footer a:hover {
	text-decoration: underline;
	}
	
#footer a img {
	border: none;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	}
	

	
/************************************************
*	Bottom  									*
************************************************/

#bottom {
	width: 100%;
	background:url(../images/footer_down.jpg) top no-repeat;
	height: 70px;
	margin: auto;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	}
#bottom .testo{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	padding-top:10px;
	}
#bottom .testo a{
	text-align:center;
	font-family:Arial;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	}
#bottom .testo a:hover{
	text-decoration:underline;
	}


#login_error, .message {
	margin: 0 0 16px 8px;
	border-width: 1px;
	border-style: solid;
	padding: 12px;
}

#nav { margin: 0 0 0 8px; padding: 16px; }

#user_pass, #user_login, #user_email {
	font-size: 20px;
	width: 97%;
	padding: 3px;
	margin-right: 6px;
}