div#liveCare {
	width:100%;
	height:auto;
	background:white;
	border-bottom:1px dashed #AAAAAA;
	padding:10px 0 10px 0;
}

div#benvenuto
{
	width:100%;
	height:150px;
	background:white url(img_rightSection/benvenuto_last.png) top center no-repeat;
	border-bottom:1px dashed #AAAAAA;
}

div#benvenuto .content
{
	position: relative;
	top: 75px;
	padding-right: 5px;
	text-align: right;
	color: #333333;
}

div#benvenuto .content a:hover
{
	text-decoration: underline;
	color: black;
}

div#benvenuto .content a
{
	text-decoration: none;
	color: #333333;
}

div#logoQualita {
	width:173px;
	height:160px;
	background: white url(img_rightSection/qualita.png) top center no-repeat;
	border-bottom:1px dashed #AAAAAA;
}

div#logoSTRpartner {
	width:173px;
	height:110px;
	background: white url(img_rightSection/goldPartnerSTR.gif) 15px center no-repeat;
	border-bottom:1px dashed #AAAAAA;
}

div#masterPartner {
	width:100%;
	height:149px;
	background: white url(img_rightSection/masterPartner.jpg) top center no-repeat;
	border-bottom:1px dashed #AAAAAA;
}

div#geoCoding {
	width:100%;
	height:110px;
	background: #CCCCCC url(img_rightSection/geocoding.png) top center no-repeat;
	padding-top: 100px;
}

div#login{
	width: 100%;
	height: auto;
	margin-top: 40px;
}

#login .headerbar{
	font: 11px Arial ;
	margin-right: 3px;
	font-weight:bold;
	text-align:right;
	color: white;
	background: transparent url(img_rightSection/label.jpg) no-repeat bottom right;
	border-bottom:1px solid #AAAAAA;
	margin-bottom: 0px; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	padding: 10px 25px 2px 0; /*header text is indented 10px*/
}

#form-login {
	margin: 8px 5px 0 5px;
}
	
#login #bottomBar {
	width: 100%;
	height: 43px;
	overflow:hidden;
	margin-top: 5px;
	vertical-align: middle;
}

#login input {
	margin: -18px 0 0 25px;
	width: 110px;
	float:right;	
}

#div-utente {
	width: 165px;
	padding: 5px 5px 5px 5px;
}

#div-utente #avatar {
	float: left;
	margin: 0 5px 0 0;
	border: 1px solid #26272e;
}

#div-utente #nome {
	vertical-align: middle;
	margin: 3px 0 0 5px; 
}

#div-utente #privilegi {
	vertical-align: middle;
	margin: 20px 0 10px 0 ;
}

