div.pannelloOspiti_welcome{
	width: 964px;
	height: 20px;
	margin-top: -1px;
	background-color: rgb(68,88,112);
	color: rgb(205,181,82);
	border: 1px solid rgb(205,181,82);
	text-align: right;
	padding-right: 10px;
}
div.pannelloOspiti_welcome span.username {
	font-weight: bold;
}
div.pannelloOspiti_welcome a{
	color: white;
}

div.cont_last{
	width: 360px;
	height: 400px;
	float: left;
	margin-left: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid rgb(68,88,112);
	
}
div.cont_last_titolo {
	width: 360px;
	height: 20px;
	background: rgb(68,88,112);
	float: left;
	text-align: center;
	color: white;
	font-weight: bold;
}

div.cont_last_corpo{
	width: 360px;
	background: yellow;
	float: left;
	font-size: 9px;
}

div.cont_last_corpo div.list {
	width: 360px;
	height: 20px;
	float: left;
		background: rgb(255,255,255);
}
div.cont_last_corpo div.list_dispari {
	width: 360px;
	height: 20px;
	float: left;
	background: rgb(228,228,228);
}


div.unita{
	width: 60px;
	height: 20px;
	float: left;
}

div.unita a:visited{
	color: rgb(0,0,50);
}
div.luogo{
	width: 250px;
	height: 20px;
	float: left;
}

div.visualizzazioni{
	width: 50px;
	height: 20px;
	float: left;
}

div.cont_upload {
	width: 520px;
	height: 100%;
	float: left;
	margin-left: 10px;
}
div.cont_upload_corpo{
	width: 520px;
	height: 375px;
	margin-left: 25px;
	margin-right: 25px;
	border: 1px solid rgb(68,88,112);
	margin-top: 20px;
	background: rgb(228,228,228);
}
div.cont_upload_titolo{
	width: 520px;
	float: left; 
	height: 20px;
	background-color: rgb(68,88,112);
	color: rgb(255,255,255);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
}

div.cont_upload_contenitore{
	width: 500px;
	margin-left: 10px;
	height: 355px;
}
div.cont_upload_contenitore ul{
	list-style-image: url('../gfx/lista.gif');
	font-size: 11px;
}

div.foto { 
	width: 460px;
	height: 400px;
	float: left;
}
div.foto img {
	margin-top: 30px;
	margin-left: 30px;
}
div.formlogin {
	width: 460px;
	height: 300px;
	margin-top: 30px;
	float: left;
	border: 1px solid rgb(68,88,112);
	
}
div.formlogin div.titolo {
	width: 460px;
	height: 20px;
	background: rgb(68,88,112);
	text-align: center;
	font-weight: bold;
	color: white;
}
div.formcontainer {
	width: 440px;
	margin-left: 10px;
	margin-right: 10px;
	font-family: verdana,arial;
	
}
