div#none {
	display: none;
}

/* box introduttivo sfumato */
DIV.introBoxWelcomeText {
	margin-bottom: 8px;
	font-size:11px;
	color:#505050;
	line-height:130%;
}
DIV.introBoxWelcomeTextContents {
	padding: 4px 8px 10px 8px;
}


/* template grafico box 1: gray to white */
DIV.introBoxTemplate1 {
	background-color:#ffffff;
	font-size:10px;
	height:auto;
	margin-bottom: 8px;
	color:#303030;
	margin-top:67px;
	position:absolute;	
	left:100px;
}

DIV.introBoxTemplate2 {
	background-color:#ffffff;
	font-size:10px;
	height:auto;
	margin-bottom: 8px;
	color:#303030;
	margin-top:67px;
	position:absolute;	
	left:35px;
}

/* titolo box */
DIV.introPageBoxTitleOut {
	background-image: url("../imgs/errorpage/TL.gif");
	background-position: top left;
	background-repeat: no-repeat;
	height: 90%;
	padding-left: 7px;
}
DIV.introPageBoxTitleIn {
	background-image: url("../imgs/errorpage/TR.gif");
	background-position: top right;
	background-repeat: no-repeat;
	padding: 8px 8px 4px 8px;
	color: #000000;
	font-size:13px;
	height: 100%;
	
color:#FA7500;
text-decoration:none;
text-transform: uppercase;
text-align: left;
font-weight:bold;
font-family:Verdana,Arial,Helvetica,Serif;
	
}

DIV.introPageBoxMsgTitle {
color:#000000;
font-size:12px;
font-weight:bold;
padding-left:0px;
margin-top: 11px;
text-transform:	none;
}

DIV.introPageBoxMsgDescr {
color:#000000;
font-size:12px;
font-weight:normal;
padding-left:0px;
margin-top: 11px;
text-transform:	none;
margin-bottom: 11px;
}

div.introPageBoxTitleIn ul {
color:#000000;
font-size:12px;
font-weight:normal;
padding-left:16px;
margin-left: 0px;
margin-top: 11px;
text-transform:	none;
margin-bottom: 0px;
}
DIV.introPageBoxLabel {
	font-weight: bold;
	font-size:11px;
	color:#505050;
}

/* contenuto box */
DIV.introPageBoxContentsOut {
	background-image: url("../imgs/errorpage/BL.gif");
	background-position: bottom left;
	background-repeat: no-repeat;
}
DIV.introPageBoxContentsIn {
	background-image: url("../imgs/errorpage/BR.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:1px 8px 8px 8px;
	width:auto;
}
DIV.introPageBoxContentsInNoRPad {
	background-image: url("../imgs/errorpage/BR.gif");
	background-position: bottom right;
	background-repeat: no-repeat;
	padding:1px 0px 8px 8px;
	width:auto;
}

DIV.introPageScrollBox {
	margin-right:5px;
	padding: 0px 6px 5px 0px;
	overflow:auto;
}

IMG#loading {
	margin-left: 95px;
}