* {
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
body {
	background: #fff;
	color: #000;
	font: 0.7em/160% "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
	padding: 20px;
}
#newsticker {
	position: relative;
	background-image: url(bg_transparent.png);
	margin-top: 3em;
}
#newsticker ul {
	border: 1px solid #FFFFFF;
	list-style: none;
	min-height: 1.6em;
	padding: 10px 15px;
	padding-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
}
* html #newsticker ul {
	height: 1.6em;
	overflow: visible;
}
#newsticker li.error {
	color: #f00;
}
#newsticker #togglenewsticker {
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 12px;
	width: 1px;
	height: 1px;
	text-indent: 20px;
	outline: none;
	background-color: transparent;
	background-image: url(icon_closenewsticker2.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}
* html #newsticker #togglenewsticker {
	right: 30px;
}
