#newsticker {
  margin-left: 0px;
  padding-left: 0px;
}
#newsticker ul {
  margin-left: 0px;
  padding-left: 0px;
}
#newsticker li {
  margin-left: 0px;
  padding: 10px;
  list-style-position: inside;
  list-style-image: none;
  list-style-type: none;
  font-size: 108%;
  font-weight: bold;
  text-align: center;
  background-color: #FEE9EE;
  border: 1px solid #ECC3CD;
}
#newsticker li.error {
  color: #f00;
}
#newsticker #togglenewsticker {
  background: transparent url("/newsticker/icon_closenewsticker.gif") no-repeat 0 0;
  overflow: hidden;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 14px;
  height: 14px;
  text-indent: 20px;
  outline: none;
}
