#newsticker {
	background: #ffffff;
	position: relative;
	min-height: 200px;
	font-size: 85%;
}
#newsticker ul {
	list-style: none;
	min-height: 1.6em;
	padding: 10px 0px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}

#newsticker li {
	margin-bottom: 15px;
}

#newsticker li.error {
	color: #f00;
}

#newsticker li em {
	font-weight: bold;
	font-size: 110%;
}