body{
	background: #312a23;
}

h3
{
	text-shadow: 0 1px 0 rgba(0, 0, 0, .7);
	text-align: center;
	color: #2778a4; /*#dbb711;*/
	margin: 0 0 30px 0;
	letter-spacing: 4px;
	font: bold 26px/1 Verdana, Helvetica;
	position: relative;
}


.error-msg { 
	margin: .5em 0;
	display: block;
	color: #dd4b39;
	line-height: 17px;
}

#login
{
	background-color: #9c9c9c;
	height: 200px;
	width: 350px;
	margin: -150px 0 0 -200px;
	padding: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 5px;  
	opacity: .9;
	border: 2px solid white;
	-webkit-box-shadow: white 0px 0px 12px inset, #888 0px 0px 12px;
	-moz-box-shadow: white 0px 0px 12px inset, #888 0px 0px 12px;
	-o-box-shadow: white 0px 0px 12px inset, #888 0px 0px 12px;
	box-shadow: 5px 5px 4px rgba( 0, 0, 0, .8 );
	background: #cedce7; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #cedce7 0%, #596a72 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#cedce7), color-stop(100%,#596a72)); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  #cedce7 0%,#596a72 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  #cedce7 0%,#596a72 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cedce7', endColorstr='#596a72',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	
}

 
fieldset
{
	border: 0;
	padding: 0;
	margin: 0;
}
 
#inputs input
{
	background: #f9f9f9 url( "/common.espertia.com/images/esacto/login-sprite.png" ) no-repeat;
	
	padding: 10px 10px 10px 30px;
	margin: 0 0 10px 0;
	width: 303px; /* 353 + 2 + 45 = 400 */
	/* border: 1px solid #ccc;   FC*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 2px;
	-moz-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
	box-shadow: 0 1px 1px #ccc inset, 0 1px 0 #fff;
}
 
#username{  background-position: 5px -2px !important;}
#password{  background-position: 5px -52px !important;}
#inputs input:focus
{
	background-color: #fff;
	border-color: #e8c291;
	outline: none;
	-moz-box-shadow: 0 0 0 1px #e88291 inset;
	-webkit-box-shadow: 0 0 0 1px #e8c291 inset;
	box-shadow: 0 0 0 1px #e8c291 inset;
}
 
#actions{ margin: 25px 0 0 0;}

#submit
{       
	/* arancione fddb6f ffb94b */
	/* azzurro 2778a4   1a5a9c*/
	background-color: #ffb94b;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fddb6f), to(#ffb94b));
	background-image: -webkit-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -moz-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -ms-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: -o-linear-gradient(top, #fddb6f, #ffb94b);
	background-image: linear-gradient(top, #fddb6f, #ffb94b);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
	border-width: 1px; 
	border-style: solid; 
	border-color: #d69e31 #e3a037 #d5982d #e3a037; 
	float: left;
	height: 35px;
	padding: 0;
	left: 120px;
	position: relative;
	width: 120px;
	cursor: pointer;
	font: bold 15px Arial, Helvetica;
	color: #8f5a0a;
}
 
#submit:hover,#submit:focus
{       
	background-color: #fddb6f;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffb94b), to(#fddb6f));
	background-image: -webkit-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -moz-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -ms-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: -o-linear-gradient(top, #ffb94b, #fddb6f);
	background-image: linear-gradient(top, #ffb94b, #fddb6f);
}   
 
#submit:active
{       
	outline: none;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;        
}
 
#submit::-moz-focus-inner
{
	border: none;
}
 
#actions a
{
	color: #3151A2;    
	float: right;
	line-height: 35px;
	margin-left: 10px;
}

