news-page.css 397 Bytes
#content .blog-post .short-post .read-more a{
  text-decoration: none;
  background: url("images/bg-btn-ver-mais-1px.png") repeat-x scroll 0 0 #DDD;
  border: 1px solid #CCC;
  border-radius: 5px;
  color: #666;
  font-weight: bold;
  padding: 0.5em 1em;
  text-decoration: none;
}

/* nao mostrar seta neste tipo de box */
#content .blog-post .short-post .read-more a::after {
  content: none;
}