/** Service Buttons print mail info */

#service-buttons{
  clear:both;
  text-align: center;
  background-color: #FFFFFF;
  width: 436px; 
/*  width: 592px; */
  margin-left: 10px;
  padding: 4px 0 4px 0;
  border-top:1px solid #E0E1E2;
}

#service-buttons img{
  margin-right: 2px;
}

#service-buttons a{
  font-size: 0.9em;
  font-weight: bold;
  color: #079EA5;
  text-decoration: none;
  margin-left:4px;
  margin-right:4px;
}

#service-buttons a:hover,
#service-buttons a:focus{
  text-decoration: underline;
}

