/* Tabella del login */

table#logInBig {
	width: 400px;
	height: 280px;
	background-image: url(logIN_BIG.jpg);
}

td#col_logIn {
	width: 140px;
	color: White;
	font-weight: bold;
}

div#Errore {
	font-family: Verdena,Tahoma,sans-serif;
	font-size: 14px;
}

/* Tabella di Registrazione al Sito */

table#SignInBig {
	width: 450px;
	height: 450px;
	/*border: 1px dotted;*/
	background-image: url(Registrazione.jpg);
}

td#Label_Reg {
	text-align: right;
	width: 170px;
	height: 50px;
	padding-right: 5px;
	font-family: Verdena,Tahoma,sans-serif;
	color: Black;
}

td#Campi_Reg {
	text-align: left;
}

td#Conferma_Reg {
	vertical-align: baseline;
}

table#accessi {
		width: 400px;
		height: 300px;
		background-image: url(accessi.jpg);
}

td#nome_pagina{
	padding-left: 50px;
	font-family: Verdena,Tahoma,sans-serif;
	font-size: 17px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}

td#conteggio{
	text-align: center;
	font-family: Verdena,Tahoma,sans-serif;
	font-size: 20px;
	color: white;
	text-shadow: black 0.1em 0.1em 0.2em;
}

table#segnala_bug {
	width: 400px;
	height: 270px;
	background-image: url(form_password.jpg);
	padding: 15px;
}

table#form_password {
	width: 400px;
	height: 270px;
	background-image: url(form_password.jpg);
	padding: 10px;
}



