/* all */
html, form {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	background-color:#005B9F;
}
*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333366;
}
a {
	text-decoration:none;
	
}
a:hover {
	color:#336699;
}
h3 {
	font-size:13px;
	padding:0;
	margin:0;
}
div.clear { 
	clear:both;
	height:0px;
	overflow:hidden;
}
span {
	line-height:20px;
}
/* flash */
#sito {
	width:860px;
	height:560px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-280px 0 0 -430px;
}
/*#sito {
	width:100%;
	height:100%;
	position:absolute;
}*/
/* prezzi/prenotazioni */
div.main {
	margin:0 auto;
	padding:0px;
	text-align:center;
}
div.riga{
	width:100%;
	height:5px;
	max-height:5px;
	background-color:#E2EAF3;
	overflow:hidden;
}
#tornaIndietro{
	width:180px;
	height:30px;
	background-image:url(img/ling_sopra.gif);
	background-repeat:no-repeat;
	margin:0 auto;
	text-align:center;
}
#logo {
	margin:0 auto;
	margin-top:20px;
	height:100px;
	width:470px;
}
div.linguetta{
	width:180px;
	height:30px;
	background-image:url(img/ling_sel.gif);
	background-repeat:no-repeat;
}
#cornice{
	margin:0 auto;
	text-align:center;
	width:700px;
	background-color:#C1DBF2;
	padding-top:5px;
	padding-bottom:5px;
}
.inputText{
	color:#333366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	width:200px;
	height:20px;
	margin-right:2px;
	margin-top:4px;
}
textarea {
	margin:0 auto;
	color:#333366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	border-style:solid;
	border-width:1px;
	border-color:#DDDDDD;
	width:338px;
	height:66px;
	margin-top:4px;
}
