.tooltip{
	width			: 270px;
	border			: solid 1px #B7B7B7;
	background-color: #fff;
	color			: #454A4A;
	padding			: 5px 15px;
	position		: absolute;
	z-index			: 500;
	background-image: url(../images/tooltip_corner.gif);
	background-repeat: no-repeat;
}

.tooltip .topic{
	margin-top		: 8px;
	font-size		: 13px;
	font-weight		: bold;
}

.tooltip .view{
	margin			: 10px 0px 5px;
	font-size		: 14px;
	/*text-align		: right;*/
	color			: #1D7FC6;
}
