/* TABLE */
table.bordoGallery{
	border: 1px solid #C9D6BC;
}
table.chiusura{
	border: 2px solid #CAC8C8;
	background-color: #ACACAC;
}

/* LINK */
a.linkLang:LINK, a.linkLang:ACTIVE, a.linkLang:VISITED{
	font-family: Arial;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	padding-right: 8px;
}  

a.linkLang:HOVER{
	font-family: Arial;
	font-size: 12px;
	color: #F56600;
	font-weight: bold;
	text-decoration: none;
}

/* TESTO */
div.titolo{
	font-family: Arial;
	font-size: 14px;
	color: #F56600;
	font-weight: bold;
	padding-left: 8px;
}
div.testo{
	font-family: Arial;
	font-size: 10px;
	color: #6f6f6f;
	padding-left: 8px;
	padding-right: 8px;
}
div.testoForm{
	font-family: Arial;
	font-size: 10px;
	color: #6f6f6f;
}

/* FORM */
.inputText{
	border: 1px solid #6f6f6f;
	font-family: Arial;
	font-size: 10px;
	color: #6f6f6f;
	background-color: #DCE89C;
}
