#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;
}
#supportlist
{

 border: 1px solid #DDDDDD;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 4px 6px 7px #DDDDDD;
    font-size: 14px;
    margin-bottom: 12px;
    margin-left: 15px;
    margin-top: 10px;
    padding: 5px;
    width: 600px;
	  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);

}
#supportlist td
{
border-bottom:1px solid #DDD;
}
#supportlist b
{
color:#106A8F;
}

