#login{font-size: 14px;  width: 293px;	margin: 1em; padding: 3em; font: 100% Arial, sans-serif;}
#login li{float: left; list-style: none; position: relative;right:20px; }
#login li:first-child{margin-left: 0;margin-top: 0}

label{
	line-height: 25px; 
	height: 25px; 
		padding-top:4px;
	font: 14px Arial, sans-serif;
	position: absolute; 
	right:0px; 
	top: 0px; 
	bottom: 0px;
    -moz-transition: 0.3s right ease;
    -ms-transition: 0.3s right ease;
    -o-transition: 0.3s right ease;
    -webkit-transition: 0.3s right ease;
    transition: 0.3s right ease;
 	z-index: 0;
	}

input{color: transparent; 
	font: 14px Arial, sans-serif;
	line-height: 25px; 
	height: 25px; 
	-moz-border-radius: 0px; 
	-webkit-border-radius: 0px; 
	border-radius: 0px;
	-moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
	margin-bottom: 0.7em;
	
}

input[type="text"], input[type="password"]{
font: 14px Arial, sans-serif;
	border: 1px solid #999999; 
	height: 25px; 
	line-height: 25px; 
	padding-left:4px;
	width: 240px; 
	position: relative;
	z-index: 2;
	color: #999999;

}

/* Placeholder */
input[type="text"]:-moz-placeholder{color: #999999;}
input[type="text"]:-ms-input-placeholder{color: #999999;}
input[type="text"]::-webkit-input-placeholder{color: #999999;}

input[type="password"]:-moz-placeholder{color: #999999;}
input[type="password"]:-ms-input-placeholder{color: #999999;}
input[type="password"]::-webkit-input-placeholder{color: #999999;}

/* Label */
input[type="text"] + label{color: #999999;}
input[type="password"] + label{color: #999999}

input:focus + label{right: 10px;}

input[type="text"]:focus, input[type="password"]:focus{background-color: rgba(255,255,255,.0);}

a.webmail {
	display: block;
	width: 200px;
	height: 20px;
	background: transparent url(/img/webmail.gif) no-repeat;
}

a.webmail:hover {
	background: transparent url(/img/webmail_over.gif) no-repeat;
} 

.button {
    border: none;
    background: url(/img/accedi.gif) no-repeat top left;
	width:100px;
	height:28px;
	display:block;
}
.button:hover {
    border: none;
    background: url(/img/accedi_over.gif) no-repeat top left;
	width:100px;
	height:28px;
}
