html, body {
	background-color: #FFF;
	margin: 0 0 0 0;
	text-align: center;
	height: 100%;
	scrollbar-face-color: #FFF;
	scrollbar-slider-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-highlight-color: #FFF;
	scrollbar-3dlight-color: #FFF;
	scrollbar-darkshadow-color: #FFF;
	scrollbar-track-color: #FFF;
	scrollbar-arrow-color: #333;
}

p {margin: 0 0 5px 0;}

p.principale {
	text-align:center;
	font-size:20px;
	margin: 0 0 0 0;
	font-style: normal;
	font-weight: bold;
	border-bottom: solid #CCC 1px;
	width: 200px;
	margin: 5px 0 2px 0;
}

p.secondario {
	font-size:14px;
	font-style: normal;
	font-weight: bold;
	border-bottom: dotted #CCCCCC 1px;
	width: 485px;
}

span.orange {color:#FF6600}

div.container {
	border: 0px dotted #CCFFFF;
	width: 800px;
	height: 95%;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

div#box {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	margin: 0 19px 0 20px;
	background: url(../img/bordo.jpg) no-repeat 140px 5px;
}

div#titolo {
	height: 150px;
}

div#menu {
	border: 0px solid #CCC;
	background-color: #FFF;
	width: 150px;
	height: 250px;
	position: absolute;
	top: 160px;
}

div#window {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align:left;
	color: #666666;
	border: 0px solid #CCC;
	margin-left: 30px;
	padding: 10px 10px 10px 10px;
	width: 569px;
	height: 450px;
	overflow: auto;
	overflow-x: hidden;
	overflow-y: auto;
	margin-left: 170px;
}

div#bottom {
	padding-top:10px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(../img/bottom.jpg) bottom repeat-x;
	height: 19px;
	margin: 0 19px 0 20px;
}

div.special {
	width: 100%;
	height: 110px;
}

h1 {
	font-size:9px;
	color:#CCCCCC;
	margin: 0 auto;
}

h2 {
	font-weight: bold;
	margin: 0 auto;
	color:  #CC6600;
	font-size: 15px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h3 {
	font-size:12px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	font-style:italic;
}

h4 {
	font-size:10px;
	margin: 0 auto;
	font-style: italic;
	font-weight: normal;
	margin: 0 0 5px 0;
}

h5 {
	font-size:9px;
	margin: 0 auto;
	font-style: normal;
	font-weight: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}

h6 {
	text-align:center;
	font-size:11px;
	margin: 0 auto;
	font-style: normal;
	font-weight: bold;
}

acronym {
	padding: 0 2px 0 2px;
	background: 100% 50% no-repeat;
	height:0;
	vertical-align:bottom;
	border-bottom: 1px dotted black;
	cursor: help;
}

.inputError {
	background-color:#FFE8E8;
	border: #F00 1px solid;
	padding:2px;
	scrollbar-face-color: #FFE8E8;
	scrollbar-slider-color: #FFE8E8;
	scrollbar-shadow-color: #FFE8E8;
	scrollbar-highlight-color: #FFE8E8;
	scrollbar-3dlight-color: #FFE8E8;
	scrollbar-darkshadow-color: #FFE8E8;
	scrollbar-track-color: #FFE8E8;
	scrollbar-arrow-color: #333;
}
.inputNormal {
	background-color:#E8FFE8;
	border: #00CC00 1px solid;
	padding:2px;
	scrollbar-face-color: #E8FFE8;
	scrollbar-slider-color: #E8FFE8;
	scrollbar-shadow-color: #E8FFE8;
	scrollbar-highlight-color: #E8FFE8;
	scrollbar-3dlight-color: #E8FFE8;
	scrollbar-darkshadow-color: #E8FFE8;
	scrollbar-track-color: #E8FFE8;
	scrollbar-arrow-color: #333;
}

table.contatti {
	background-color:#FFF0D9;
	padding:0px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
}

textarea.contatti {
	width:240px;
	height:165px;
	font-family:Verdana;
	font-size:12px;
	padding:2px;
	margin:0;
}

form.contatti {
	margin:0px;
}

form.contatti input {
	font-family:Verdana;
	font-size:12px;
	margin-bottom:5px;
}

form.contatti button {
    background: transparent url('../img/bg_button.gif') no-repeat;
	width:101px;
    color: #444;
    display: block;
    font: normal 12px arial, sans-serif;
    height: 24px;
    text-decoration: none;
	border:0;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}


form.contatti button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
	border:0;
}

form.contatti button:active span {
    background-position: bottom left;
	border:0;
} 