	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		color:#404040;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size:12px;
/*		background: #fffacd;*/
		background-color: #ffffff;
	}

	.header {
		background:#FFFFFF none repeat scroll 0 0;
		height:90px;
		text-align:left;
		margin-top: -15px;
	}

	.header div.contenutiHeader {
        margin:0 auto;
        padding:0;
        position:relative;
        width:990px;
        
	}

	h1 {
		-x-system-font:none;
		color: #cc0929;
		font-family:Arial,Helvetica,Sans-serif;
		font-size:24px;
		margin-bottom: 8px;
	}
	.header h1 {
        -x-system-font:none;
        color:#404040;
        font-size:14px;
        margin:5px 0 0 20px;
        padding:0;
        width:auto;
	}
	h2{
		font: normal 18px Arial, Helvetica, Sans-serif; 
		color: #ae001f;
	}

	#logo {
		margin:40px 0 0 20px;
	}
	
	.separatore {
		background: #cc0929 repeat-x scroll left bottom;
		height:25px;
		margin:0 auto;
		overflow:hidden;
		padding:0;
		text-align:left;
	}
	
	.contenutiseparatore {
		margin-top: 2px;
		color: white;
	}
	.contenutiseparatore a {
		margin-top: 2px;
		text-decoration: none;
		color: white;
	}
	.contenutiseparatore a:hover {
		color: yellow;
	}
	
	#corpo {
		/*rounder*/
		-moz-border-radius-bottomleft:10px;
		-moz-border-radius-bottomright:10px;
		-moz-border-radius-topleft:10px;
		-moz-border-radius-topright:10px;
		/**/
		/*background-color: white;*/
		background-color: #F4F4F4;
        margin:7px auto;
     	padding: 15px;
        text-align:left;
        width: 1015px;
        border: 2px solid #e5e5e5;
        /*HG*/
        /*height: 1400px;*/
        display: table;
		
	}
	
	.colonnaDX {
		float:right;
		width:225px;
		/*HG*/
		margin-top: 5px;
		margin-right: 2px;
		height: 200px;
	}
	.colonnaDX .intestazioneDX {
		-x-system-font:none;
		color:#404040;
		font-family:Arial,Helvetica,Sans-serif;
		font-size:16px;
		font-weight: bold;
		margin: 0px 0px 15px 0;
	}	
	.colonnaDX .elementoDX {
		border-top: 1px solid #000000 ;
		/*background: #f0e68c;*/
		background-color: #DFE4E7;
		margin: 0;
		padding: 15px;
		text-align: justify;.
	}
	.colonnaDX .contenutiElementoDX {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.colonnaDX .contenutiElementoDX ul {
		margin-top: 5px;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin-bottom: 5px;
		padding-left: 2px
	}
	.colonnaDX .contenutiElementoDX li {
		margin-top: 5px;
	}
	
	textField.colonnaDX  {
		visibility: hidden;
	}
	
	.contenuti {
		margin-top: 3px;
		margin-left: 2px;
		min-height:600px;
		float:left;
		width: 750px;
		/*background-color: white;*/
		background-color: #F4F4F4;
		/*height: 800px;*/
	}
	.contenuti p {
		margin-top: 5px;
		line-height: 19px;
	}

	#regtable {
		margin: 20px;
	}
	#regtable td {
		height: 25px;
		width: 50%;
	}
	#regtable .nota {
		font-weight: bold;
		height: 30px;
		width: 50%;
		color: #ae001f;
	}
	#regtable hr {
		margin-bottom: 2px;
	}
	
	#ordertable {
		width: 95%;
		border: 2px solid ThreedFace;
		margin: 20px;
	}
	#ordertable td {
		font-weight: normal;
		height: 30px;
		padding-right: 5px;
		padding-left: 2px;
		border-bottom:  1px solid ThreedFace;
		text-align: right;
	}
	
	#ordertable .nota {
		color: #ae001f;
	}
	#ordertable hr {
	}
	
	#tabofferta {
		margin: 0 auto;
		margin-top: 20px;
		width: 95%;
		line-height: 18px;
	}
	#tabofferta th {
		text-align: center;
		background-color: #cc0929;
		color: white;
		font-size: 12px;
		padding: 5px;
	}
	#tabofferta tr {
		height: 25px;
	}
	#tabofferta td {
		padding-left: 5px;	
		padding-right: 10px;
		padding-top: 7px;
		vertical-align: top;
	}
	
	div#alert_div{
		position:fixed;
		top:0px;
		left:30%;
		height:50px;
		width:40%;
		background: #CC0929;
		border-bottom: 2px solid black;
		border-left: 2px solid black;
		border-right: 2px solid black;
		-moz-border-radius-bottomleft:20px;
		-moz-border-radius-bottomright:20px;
		-webkit-border-bottom-right-radius: 20px;
		-webkit-border-bottom-left-radius: 20px;
		overflow:hidden;
	}

	label#alertString{
		color: white;
	}
	
	.tab01 {
		margin-top: 15px;
		border: thin solid ThreedFace ;
		width: 100%;
	}
	.tab01 th {
		height: 1px;
	}
	.tab01 tr {
		height: 24px;
		line-height: 16px;
	}
	.tab01 td {
		vertical-align: middle;
		padding: 5px;
	}
	
	.steps {
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-variant: small-caps;	
		margin-bottom: 10px;
	}
	
	input.iwi_button:hover{
		border-style: inset;
	}

	input.iwi_button{
		background-color: #CC0929;
		border-color: #CC0929;
		border-style: outset;
		border-width: 2px;
		color: #FFFFFF;
		font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
		font-size: 13px;
		padding: 2px 15px 3px;
		text-align: center;
		//-moz-border-radius:10px;
		//-webkit-border-radius: 10px;
		cursor: pointer;
	}
	
	.tab02 {
		border-width: 1px;
		border-style: solid;
		border-color: #cc0929;
		border-collapse:collapse;
	
		width: 100%;
		margin-top: 25px;
		text-align: center;
		font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	.tab02 .selctd {
		background-color: yellow;
		font-weight: bold;
		color: black;
	}
	.tab02 .no_selctd {
		background-color: white;
		cursor: pointer;
	}
	.tab02 .no_selctd:hover{
		background-color: ThreedFace;
	}
	.tab02 th {
		background-color: #cc0929;
		color: #fafad2;
		height: 23px;
		font-size: 11px;
	}
	.tab02 td {
		height: 30px;
	}
	.tab02 tr {
	}
	
	#azselected {
		border-width: 1px;
		border-style: solid;
		border-color: #cc0929;
		
		font-size: 16px;
		
		height: 25px;
		padding: 5px;
		vertical-align: middle;
	}
	
	/* aggiunto 29 marzo */
	
		.tab03 {
		margin-top: 15px;
		border: thin solid ThreedFace ;
		width: 100%;
		border-collapse:collapse;
	}	
	.tab03 th {
		background-color: ThreedFace;
		padding-left: 5px;
		font-weight: normal;
		font-variant: small-caps;
	}
	.tab03 tr {
		height: 24px;
		line-height: 16px;
		
	}
	.tab03 td {
		vertical-align: middle;
		padding: 5px;
		border-collapse:collapse;
		
		border-bottom: 1px solid ThreedFace;
		
		vertical-align: top;
		font-size: 12px;
		
	}
	.tab03 .commento {
		display: block;
		font-size: 11px;
		font-style: italic;
		color: ThreedDarkShadow;
	}
	.tab03 .textField {
		width: 98%;
		text-align: right;
	}
	.tab03 select {
		
	}
	.tab03 ul {
		list-style-type: none;
		display: inline;	
		margin-top: 10px;
		vertical-align: middle;
		line-height: 22px;
		
	}
	.tab03 li {
		margin-right: 5px;
		display: inline;
	}
	
	.tab03 .checkradio {
		margin-right: 3px;
		margin-left: 6px;
	}
	
	.tab03 .ccimagecheck {
		display: inline;
		margin-right: 10px;
		padding-left: 5px;
	}
	.tab03 .ccimagecheck img {
		vertical-align: bottom;
		margin-right: 5px;
	}
	.tab03 .ccimagecheck .checkradio {
		margin-left: 5px;
		margin-right: 4px;
	}
	.tab03 .maincat {
		background-color: orange;
	}
	.tab03 .seccat {
		background-color: #ffd380;
	}
	
	
	.buttonspace {
		display: block;
		width: 100%;
		margin-top: 20px;
		text-align: right;	
	}
	
	.contenutiElementoDX ul {
		font-size: 11px;
		padding-left:4px;
		list-style-type: square;
		line-height: 14px;
	}
	
	/**/
	label {
		margin-left: 5px;
	}
	
	#listaeventi {
		border-width: 1px;
		border-style: solid;
		border-color: #cc0929;
		border-collapse:collapse;
		width: 200px;
		height: 568px;
		float:left;
		width: 250px;
		margin-top: 74px;
	}
	#listaeventi table {
		border-collapse:collapse;
		width: 100%;
	}
	#listaeventi table th {
		background-color: #cc0929;
		color: white;
		text-align: center;
		height: 32px;		
	}
	#listaeventi table td {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cc0929;	
		height: 32px;
		line-height: 14px;
		padding-left: 5px;	
	}
	#listaeventi table td {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cc0929;	
		height: 32px;
		line-height: 14px;
		padding-left: 5px;		
	}
	#listaeventi table td img {
		margin-right: 5px;
	}
	#listaeventi .selctd {
		background: yellow;
		font-weight: bold;
	}
	
	#datiaziendaAA {
		min-height:190px;
		width:100%;
	}
	#datiaziendaAA img {
		float: left;
		margin-left:25px;
		margin-top:25px;
	}
	#datiaziendaAA ul {
		float: left;
		list-style-type: none;
		margin-top:75px;
		line-height:40px;
		width: 250px;
	}
	
	.containerlistaDX {
		height: 500px;
		float: left;
		width: 460px;
		margin-top: 10px;
		border-width: 1px;
		border-style: solid;
		border-color: #cc0929;
		overflow: auto;
	} 
	.listaDX table {
		border-collapse: collapse;
		width: 100%;
	} 
	.listaDX table th {
		background-color: #cc0929;
		color: white;
		text-align: center;
		height: 32px;
	} 
	.listaDX table td {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cc0929;
		height: 32px;
		line-height: 14px;
		padding-left: 5px;
	} 
	.listaDX table td {
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #cc0929;
		height: 32px;
		line-height: 14px;
		padding-left: 5px;
	} 
	.listaDX table td img {
		margin-right: 5px;
	} 
	.listaDX .selctd {
		background: yellow;
		font-weight: bold;
		color: black;
	}
	.buttonlistaDX {
		height: 25px;
		position: absolute;
		top: 742px;
		display: block;
	}
	input.iwi_button2{
			background-color: #53D82E;
			border-color: #238d47;
			border-style: outset;
			border-width: 2px;
			color: black;
			font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
			font-size: 11px;
			padding: 2px 5px 3px;
			text-align: center;
			//-moz-border-radius:10px;
			//-webkit-border-radius: 10px;
			cursor: pointer;
	}
	#centerColumn{
	}
	.rigaevidenziata {
		background-color: #DFE4E7;
	}