/* CSS Document */

div#infos_tag {
}

div.info {
	position				: absolute;
	top						: 145px;
	left					: 3px;
	padding					: 8px 0;
	width					: 940px;
	/*height					: 30px;
	line-height				: 30px;*/
	color					: #000;
	font-size				: 11px;
	font-weight				: normal;
	cursor					: pointer;
	text-align				: center;
	/*text-transform			: uppercase;*/
	background-color		: #F3F3F3;
	z-index					: 20;
}
