@charset "utf-8";
/* CSS Document */

/*-------LOGIN-------*/

.label_login {
	margin-top:5px;
	font-weight:bold;
	color:#333333;
}
.campo_login {
	width:250px;
	font-size:11px;	
	padding:1px;
	height:16px;
	border:1px solid #4E463F;
}
.userin{
	background-image:url(../img/userino.jpg);
	background-repeat:no-repeat;
	background-position: right center;
}
.pwdin{
	background-image:url(../img/chiavina.jpg);
	background-repeat:no-repeat;
	background-position: right center;
}
#submit_login{
	background-image:url(../img/btn_login.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	width:60px;
	height:21px;
	color:#FFFFFF;
	border:none;
	margin-left:5px;
	cursor:pointer;
}
.evidenza_1 {
	font-weight:bold;
	color:#900;
}
.evidenza_1 a:link, .evidenza_1 a:visited  {
	text-decoration:underline;
	font-weight:bold;
	color:#900;
}
.evidenza_1 a:hover, .evidenza_1 a:active  {
		color:#C00;
		text-decoration:none;
		border-bottom:1px solid #C00;
}

/*--------- SCELTA UTENTE ---------*/

.utente {
	float:left;
	width:236px;
	margin-left:11px;
	font-size:11.5px;
	line-height:16px;
	color:#333333;
	background-color:#F4F1E9;
	border:1px solid #DFDBD2;
	-moz-border-radius:5px;
	padding:7px;
	border-right:1px solid #dddddd;
}
.are_you{
	margin-left:-3px;
	margin-top:-3px;
}
.titoletto_reg{
	color:#4E463F;
	font-size:16px;
	border-bottom: 1px solid #4E463F;
	margin-top:25px;
	margin-bottom:5px;
	padding-bottom:3px;
}
.torna_reg{
	clear:both;
	float:right;	
	margin:11px;
	margin-bottom:0px;
}

/*--------- GENERAL ---------*/

.clear {
	clear:both;	
}
.errore {
	font-weight: bold;
	color: #CC0000;
	font-size:12px;
}

/**************************************/
/*DEBUG*/
pre {
	clear:both;	
	border-top:1px solid #333;
	background-color:#FF9;
}
/*DEBUG*/