html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td { margin: 0; padding: 0; }

body {
	background-color: #333;
	color: #fff;
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px ;
	line-height: 170%;
}

h1{color: #555;margin: 0;font-size: 200%;}
h2{color: #66aaff;font-size: 160%;}
h3{color: yellow;font-size: 140%;}

a:link{color: #0033ff; text-decoration: none;}
a:visited{color: #0033ff; text-decoration: none;}
a:hover{color: purple; text-decoration: none;}
a:active{color: red; text-decoration: none;}

b{color: #777}

table{
	background-color: white; 
	border: 0px solid;
	margin: 0px auto;
	padding: 0px;
}
th{
	background-color: #ffff66; 
	border: 0px solid; 
	color: #ff6600;
	padding: 5px 30px 5px 30px;
}
td{
	background-color: white; 
	border: 0px solid;
	border-bottom: 1px solid #ddd;
	color: black;
	padding: 5px 30px 5px 30px;
}

#header{
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	padding: 30px;	
	text-align:center;
}

#box_dei_box{
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;	
	margin-top: 15px;
	height: 342px;
	padding: 20px 20px 20px 20px;
	width: 920px;
	overflow: auto;
}

#box_ricerca{
	background-color: gray;
	border-top: 1px solid #fff;
 	border-bottom: 1px solid #aaa;	
	color: yellow;
	float:left;
	height: 300px;
	padding: 20px;
	text-align: center;
	width: 410px;
}
#box_modifica{
	background-color: gray;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	color: yellow;
	float: right;
	height: 300px;
	padding: 20px;	
	text-align: center;
	width: 410px;
}
#box_bottoni{
	margin-top: 20px;
}
#bottone{
	background-color: #555;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #333;
	height:60px;
	margin: 0px auto;
	padding: 10px 0px 10px 90px;
	text-align: left;
	width:260px;	
}
#bottone a{
	color: white;
	display: block;
	height:20px;
	width:300px;
}
#bottone:hover{background-color: orange;}
#esito{
	color: white;
	margin: 100px auto;
	text-align: center;
}
#form{
	height:200px;
	padding: 30px 10px 10px 10px;
	text-align: right;
	width:300px;
}
#footer{
	background-color: #ddd;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #aaa;
	color: #555;
	margin: 15px auto;
	padding: 7px;
	text-align:center;
}
#main_container{
	margin: 30px auto;
	margin-bottom:30px;
	text-align:center;
	width: 960px;	
}
#riepilogo{
	background-color: #66aaff;
	color: black;
	margin: 0px 0px 7px 0px;
	padding: 5px 30px 5px 30px;
	text-align: center;
}

