* {
	margin: 0;
	padding: 0;
}

#newsticker {
	position: absolute;
	top: 395px;
	left: 10px;
	background: #FFFCF9;
	width: 472px;
	margin-left: 0px;
	margin-top: 15px;
}
#newsticker ul {
	border: 1px solid #C8D4E1;
	list-style: none;
	min-height: 20px;
	padding: 10px 15px;
	padding-right: 15px;
}
#newsticker li {
	background: transparent;
	color: #000033;
	font: .7em/160% Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
}
* html #newsticker ul {
	height: 20px;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
	border: solid 1px #C8D4E1;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}