.loginBox{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 280px;
	top: 95px;
	color: White;
	padding: 5px 5px 5px 5px;
	border: 1px solid black;
	background-color: Maroon;
}
.errorBox{
 	position:relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; 
	height: 100px; 
	top: 25px; 
	border: 2px solid red; 
	z-index: 200; 
	color: black;
	background-color: yellow;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.emptyBox{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
	height: 100px;
	top: 5px;
	border: none;
	background-color: transparent;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
.okBox{
 	position:relative; 
	margin-left: auto; 
	margin-right: auto; 
	width: 200px; 
	height: 100px; 
	top: 5px; 
	border: 2px solid green; 
	z-index: 200; 
	background-color: silver;
	text-align: center;
	padding: 2px 2px 2px 2px;
}
#loginTable td{
	color: white;
	font-weight: bold;
	font-size: 10pt;
}
#loginTable input{
	color: Maroon;
	font-weight: bold;
	font-size: 10pt;
}
div.logout{
	font-family: MS Sans Serif, Arial, sans-serif;
	font-size: 8pt;
	position: absolute; 
	right: 20px; 
	top: 4px;
	color: white;
}
div.logout a,div.logout a:visited{
	color: white;
	font-weight: bold;
	text-decoration: none;
}
div.logout a:hover{
	color: white;
	font-weight: bold;
	text-decoration: underline;
}
.cella1{
  font-size:12px;
  color:#000000;
  font-weight:normal;
  text-align:left;
}
.cella2{
  font-size:12px;
  color:#ff0000;
  font-weight:normal;
  text-align:left;
}
.cella3{
  font-size:12px;
  color:#666666;
  font-weight:normal;
  text-align:left;
}
