﻿#tooltip {
	position: absolute;
	z-index: 3000;
	height: 230px;
	width: 351px;
	padding: 20px;
	background: url('../images/bianco.png') no-repeat 0 0;
}
#tooltip h3, #tooltip div {
	margin: 0;
	font-weight: normal;
	font-family: helvetica, Arial, sans-serif;
	font-weight: normal;
	font-size: 12px;
	line-height:18px;
	color: #004179;
	padding: 0px 0px 0px 3px;
	width: 310px;
}
strong {
	margin: 0;
	width: 310px;
	color: #2e75be;
	float: left;
	font-size:13px;
	font-weight: bold;
}
fieldset {
	border: none;
	padding: 8px;
	margin: 8px 0;
	cursor: pointer;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
