
#newsticker {
	border: none;
	padding: 5px;
	margin: 2px;
	background: #ffffff;
	position: relative;
	font-size: 12px;
	color: #666666;
}

#newsticker ul {
	margin: 0px;
	list-style: none;
	padding: 10px 15px;
	padding-right: 30px;
}

#newsticker li.error {
	color: #ff0000;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
