#box {
	background: #ffffff ;
	background: url(../images/box.png);
	width: 406px;
	height: 229px;
	margin: 30px auto 0 auto;
	display: block;
	border: none;
	position: relative;
	z-index: 0;
}

a.forgot {
	display: block;
	color: #9cadad;
	text-shadow: 0px 1px 1px #fff;
	font-size: 12px;
	text-align:center;
	padding-left: 20px;
	padding-bottom: 2px;
	margin: 0 auto;
	margin-top: 20px;
	text-decoration: none;
	width: 180px;
	background: url('../images/icon-question.png') no-repeat left;
}

a.forgot:hover {
	color: #7a8f8f;
}

/*input{font-weight: lighter;}*/

#box form#login {
	position: relative;
}

#box form#login input[type=text], #box form#login input[type=password] {
	position: absolute;
	border: none;
	background: none;
	display: block;
	height: 30px;
	width: 330px;
	color: #999999;
	padding: 10px 0;
	font-size: 20px;
	/*font-weight: lighter;*/
	text-shadow: 0px 1px 1px #e7e7e7;
}

#box form#login input[type=text]:focus, #box form#login input[type=password]:focus {
	outline: none;
	color: #666666;
}

#box form#login input[type=text]{
	left: 37px;
	top: 30px;
}

#box form#login input[type=password]{
	left: 37px;
	top: 82px;
}

#box form#login input[type=checkbox] {
	position: absolute;
	left: 37px;
	top: 168px;
}

#box form#login label {
	position: absolute;
	left: 60px;
	top: 168px;
	color: #8d8b8b;
	font-weight: 200;
}

#box form#login input[type=button], #box form#login input[type=submit] {
	/*background: url(../images/button.png) no-repeat;
	border: none;
	display: block;
	position: absolute;
	top: 155px;
	left: 210px;
	width: 162px;
	height: 44px;
	color: #5e7171;
	font-weight: bold;
	font-size: 18px;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;*/
	
	background: url(../images/bottone-piccolo.png) no-repeat;
	border: none;
	display: block;
	position: absolute;
	top: 165px;
	left: 270px;
	width: 100px;
	height: 32px;
	padding-bottom: 10px; /*mi serve per alzare il testo altrimenti troppo in basso*/
	color: #c83f1b;
	font-weight: bold;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	cursor: pointer;
}

#box form#login input[type=button]:hover, #box form#login input[type=submit]:hover{
	/*background-position: 0 -44px;*/
	background-position: 0 -32px;
	outline:none;
}

#box form#login input[type=button]:active, #box form#login input[type=submit]:active{
	/*background-position: 0 -88px;*/
	background-position: 0 -64px;
	padding-bottom: 0px;
	outline:none;
}

