#newsticker {
	position: relative;
	font-size:16px;
    -moz-border-radius: 6px;
	border-radius: 6px;
	border: 2px solid #999;
	width: 620px;
	height: 70px;
	margin-left: 10px;
}
#newsticker ul {
	color:#167c11;
	list-style: none;
	min-height: 2.5em;
	margin-top:10px;
	overflow: visible;
	padding-right:30px;
}

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

#newsticker li {
	text-align:center;
}

#newsticker li a {
	color:#11357e;
}
