#newsticker {
	    position: relative;
	    margin: none;
	    font-size: 80%;
	    margin-top: -0.5em;
}
#newsticker ul {
	background: #f7f7ff;
	border: 1px #d0d0ff solid;
	margin-left: 0em;
	list-style: none;
	min-height: 1.5em;
	padding: 5px 5px;
	padding-right: 30px;
}

* html #newsticker ul {
	height: 1.5em;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	background: transparent url("icon_closenewsticker_blue.gif") no-repeat 0 0;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 6px;
	width: 14px;
	height: 14px;
	text-indent: 20px;
	outline: none;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}