.tooltip {
	display: none;
	position: absolute;
	width: 300px;
	border: 1px solid #747474;
	background-color: #F8F8F8;
	text-align: left;
	padding: 8px;
	z-index: 99;
	color: #000000;
	font: normal bold 11px verdana, tahoma, arial;
}


#ttip {		 
	margin: 30px 0 0 190px;
	display: none;
	position: absolute;
	width: 400px;
	border: 0px solid #747474;
	background-color: none;
	text-align: center;
	padding: 8px;
	z-index: 99;
	color: #000000;
	font: normal bold 11px verdana, tahoma, arial;
}

.imageborder {
border: 1px solid #1B2D83;
}

.imageborderbottom {
border-bottom: 1px thin #1B2D83;

}

.imageborderother {
border-bottom: 1px thin #1B2D83;

}

