div.notices h3 {
  display: none;
}
div.notices ul {
  list-style: none;
  margin-left: 0;
}
div.notices ul li {
  -moz-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  -webkit-border-radius: 3px; 
  border-radius: 3px;
  border: 1px solid #ccc;
  background: #eee;
  position: relative;
  margin: 0 0 1em;
  padding: 10px;
}
#content div.notices ul li h4 {
  -moz-border-radius: 3px 3px 0 0; 
  -webkit-border-top-left-radius: 3px; 
  -webkit-border-top-right-radius: 3px; 
  border-radius: 3px 3px 0 0;
  padding: 0 0 10px 0;
  margin: 0;
  border: none;
}
div.notices ul li p {
  padding: 0 10px;
  margin: 10px 0 0;
}
div.notices ul li p.destroy_notice {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
}
div.notices ul li p.destroy_notice a {
  display: block;
  width: 35px;
  height: 35px;
  background: url(/images/icons/cross.png) no-repeat center center;
}
div.notices ul li p.destroy_notice a span {
  display: none;
}
