/* CSS Document */

body{
	background-color:#FFFFFF;
	text-align:center;

}
	
	
#introFlash{
	width:950px;
	height:615px;
	background-color:#FFFFFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	z-index:-100;
}


#boxVaidArea{
	color:#000000;
	width:457px;
	height:430px;
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	border:solid 1px #000000;
	text-align:left;
	font-size:10px;
}
#boxVaidArea #testoLogin{
	margin-top:85px;
	width:457px;
	height:300px;
	overflow:auto;
	text-align:center;
}
#boxVaidArea #testo{
	margin-top:15px;
	width:457px;
	height:330px;
	margin-left:20px;
	overflow:auto;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#boxVaidArea #testo img.bordo{
	border:solid 1px #000000;
}

input.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#FFFFFF;
	border:solid 1px #990033;
	height:20px;
	width:200px;
}
input.button{
	background-image:url(images/login.jpg);
	height:25px;
	width:150px;
	border:none;
}




#boxVaidArea a{
	color:#990033;
	font-weight:bold;
	list-style:20px;
	text-decoration:none;
}

#testoVaidArea a:hover{
	color:#999999;
}
