@charset "utf-8";
#Box {
	position:absolute;
	width:100%;
	min-height:600px; 
	height:auto; 
	float:left;
	padding:0;
	background-image:url(images/trasp60.png);
	height:inherit;
	top:0;
	left:0;
}
#page{
	margin: 0 auto;
	width:800px;
	background-color:#FFF;
	margin-top:355px;
	min-height:250px; 
}
#form{
	background-color:#ffffff;
	width:800px;
}
#menu{
	width:auto;
	background-color:#E5E5E5;
	padding:5px;
}
#elencoiscritti{
	margin-top:10px;
	margin-bottom:10px;
	border:1px #000000 solid;
	width:760px;
}
#elencoiscritti th{
	background-color: #E9E9E9;
	padding:2px;
}
.formpage{
	/*background-color:#e9b702;*/
}
a{
	color:#000000;
}
img{
	border:0;
	
}
body{
	margin:0;
	font-family:Tahoma,Verdana;
	font-size:10pt;
	background:url(bg_evacs2.jpg);
	background-attachment:scroll;
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#36312d;
/*	padding-top:355px;*/
}
input{
	font-family:Tahoma,Verdana;
	font-size:10pt;
}
select{
	font-family:Tahoma,Verdana;
	font-size:10pt;
}
.errorString{
	background-color:#FFFFFF;
	color:#FF0000;
	font-size:10px;
	padding:5px;
}
.error{
	font-size:11px;
	color:#FF0000;
	font-weight:bold;
}
.window{
	position:relative;
	margin:0 auto;
	margin-top: 100px;
	background-color:#FFFFFF;
	text-align:center;
	width:400px;
	border:outset 2px #000000;
}
.window h1{
	font-weight:bold;
	margin:0;
	background-color:#FFFF00;
	color:#000000;
	text-align:left;
	border: 0;
}
