.small_head {
  border-bottom-color: #d36801;
  border-width: 0;
  background-image: url("images/title_gradient.png");
  background-position: left bottom;
  background-repeat: repeat-x;
  background-color: #adf283;
  font-weight: bold;
  border-bottom: 2px solid;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-top-right-radius: 3px;  
}

.small_head > h2 {
  padding: 0;
  padding-left: 3px;
  padding-top: 2px;
  padding-bottom: 1px;
  line-height:1em;
  margin: 0;
}

.small_head > h2 > .Head {
  margin: 0;
  font-size: 14px;
  color: #383434;
  font-family: "Lucida Grande",Arial,Tahoma,Verdana,sans-serif;
  padding-bottom: 0;
  text-shadow: 0 1px 1px white;
}

.small_content {
  background-color: #f5f5f5;
  text-align: left;
  padding: 4px 0 0;
}
