/*----------------------------------------------------------------------------

Template Style Sheet

Name: 						SNAI template

Date: 						2008-04-23

Versione:					2

----------------------------------------------------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #1F325F;
}
.clear {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
}
#login {
	background-image: url(../img/sfondo_login.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 293px;
	height: 314px;
	position: relative;
	padding-left: 160px;
}
#login .nome {
	width: 280px;
	padding-top: 30px;
	font-weight: bold;
	text-align: center;
}
#login .label {
	clear: both;
	float: left;
	width: 97px;
	text-align: left;
	margin-top: 20px;
	line-height: 14px;
	text-align: right;
	font-weight: bold;
}
#login input {
	float: left;
	margin-top: 20px;
	height: 14px;
	margin-left: 10px;
}
#login input.primo {
	width: 140px;
}	
#login input.secondo {
	width: 90px;
}
#login a {
	/*float: left;*/
	color: #1F325F;
	margin-top: 20px;
	margin-left: 10px;
	font-weight: bold;
	line-height: 14px;
}
.titolo_giocochiuso {
	padding: 20px 5px;
	text-align: center;
	font-weight: bold;
}
.testo_giocochiuso {
	padding: 10px 5px 10px 25px;
}