BODY {
	margin-top: 20px;
	margin-bottom: 20px;
	background: url(../pictures/bg.gif) center repeat-y #ebecee;
	font-family: "Trebuchet MS",arial;
	font-size: 14px;
	color: #696969;
}

DIV.container {
	width: 870px;
	height: 795px
}

DIV#logo {
	float: left;
	width: 154px;
	height: 135px;
}

TD.sfumatura_sx {
	width: 10px;
	background: url(../pictures/bgsx.gif) repeat-y;
}

TD.sfumatura_dx {
	width: 10px;
	background: url(../pictures/bgdx.gif) repeat-y
}

DIV#pagina {
	clear: left;
	margin-top:0px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
}

DIV#colonnasx {
	float: left;
	width: 482px;
	height: 795px;
	border-right: 1px dotted #000000
}

DIV#colonnadx {
	background-color: transparent;
	float: right;
	width: 354px; 
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-top: 0px
}

A:LINK, A:ACTIVE, A:VISITED { color: #E16F6F }

/* Menù */
DIV#navcontainer UL LI A {
	background: transparent url(../pictures/list-off.gif) left center no-repeat;
	padding-left: 15px;
	text-align: left;
	font-family: "Trebuchet MS",arial;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	color: #999;
}

DIV#navcontainer UL LI A.sottoLink {
	font-weight: normal;
	margin-left: 10px;
	font-size: 11px
}

DIV#navcontainer UL LI A:HOVER {
	background: transparent url(../pictures/list-on.gif) left center no-repeat;
	color: black;
}

DIV#navcontainer UL LI A#current {
	background: transparent url(../pictures/list-active.gif) left center no-repeat;
	color: #666;
}

IMG.border {
	border-width: 3px;
	border-style: solid;
	border-color: #d0cfcb;
}

DIV#main {
	text-align: left;
	width: 870px;
}

A.sottolink:LINK {
	margin-left: 10px;
	font-weight: normal;
	font-size: 10px;
}

H1 { font-size: 21px }

H2 { 
	margin-bottom: 3px;
	font-size: 17px 
}

TD.etichetta { 
	width: 65%;
	vertical-align: top;
	font-weight: bold;
	padding-left: 0px;
}

TD.campo {
	text-align: right;
	width: 35%;
	padding-right: 0px;
}

SPAN.errore {
	color: #CC6633;
	font-weight: bold;
}

SPAN.didascalia {
	color: #A0A0A0;
	font-size: 12px;
}

LABEL { font-weight: bold }

LABEL.mandatory { color:#CE0000 }

INPUT { margin-bottom: 7px }