
/* tellafriend */
ul#tellafriend
{
  clear: both; 
  list-style: none;
}

ul#tellafriend li
{
  float: left;
  width: 150px;
  clear:both;
}

#tellafriendFormHolder
{
  min-height: 100px;
}



ul#tellafriend:after
{
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}


.TellAFriendControl h2 a, .TellAFriendControl h2 a:link, .TellAFriendControl h2 a:visited, .TellAFriendControl h2 a:active {
  background:url('/images/tell.jpg') no-repeat -0px 3px;
  margin:0 0 0 0;
  padding:2px 0 8px 25px;
  background-repeat: no-repeat;
  font-size:11px;
  color:#ff8100;
  font-weight:bold;
  border-bottom:none;
  text-transform:none;
}
.TellAFriendControl{
	margin-top:0px;
  }