.containerLogin
{
	border: 1px solid #ffffff; 
	width: 95%; 
	margin: 3px;
}
.loginField 
{
	border-right: 0px; 
	border-top: 0px; 
	font-size: 8pt; 
	border-left: 0px; 
	width: 110px; 
	color: #000000; 
	border-bottom: 0px; 
	height: 15px; 
	background-color: #ffffff 
}
.FormButton
{ 
	padding-top: 1px 
}
.headerLogin
{
	padding-bottom: 1px;
	text-align: center;
	vertical-align: top; 
}
.headerLogin span
{
	font-weight: bold; 
	font-size: 0.8em; 
	color: #ffc52c;
}
.tdUtente
{
	background-position: center center;
	background-image: url(../Layout/Images/utente.gif);
	padding-bottom: 1px;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: center;
	width: 30px;
	height: 15px;
}
.tdPass
{
	background-position: center center;
	background-image: url(../Layout/Images/psword.gif);
	padding-bottom: 1px;
	vertical-align: top;
	background-repeat: no-repeat;
	text-align: center;
	width: 30px;
	height: 15px;
}
.tdAlign
{
	vertical-align: top;
	text-align: center;
	padding-bottom: 1px;
}
.fieldValidator /* Validatore di un singolo campo */
{
	font-size: 70%;
}
.ValidatorSummary /* Riepilogo dei messaggi di errore della validazione */
{
	font-size: 75%;
	color: Red;
}

