#marquee {
	overflow: hidden;
	white-space: nowrap;
	margin-bottom: 5px;
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding-top: 7px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	z-index: 0;
	width: 270px;
	margin-left: 10px;
}
