#support_inset {
  margin: 0px;
  margin-left: 5px;
  margin-top: 15px;
  padding: 0px;
  width: 645px;
  float: left;
}

#support_inset p {
  margin: 0px;
  padding: 0px;
  font-size: 12px;
  line-height: 17px;
}

h2.ticket_system, h2.additional_contacts {
  margin: 0px;
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0px;
  font-size: 0px; /*inherent property of h1, must be turned off for IE*/
  background: url(/images/support/h2_ticket_system.gif) 0 0 no-repeat;
  height: 17px;
}
h2.additional_contacts {
  background: url(/images/support/h2_additional_contacts.gif) 0 0 no-repeat;
}

#support_inset a, #support_inset a:hover {
  font-size: 12px;
  color: #7a7a7a;
  text-decoration: underline;
}
#support_inset a:hover {
  text-decoration: none;
}