table.contacts {
  width: 560px;
  margin: 15px 0px !important;
}

.contacts .contact {
  text-align: center;
}

.contacts .contact .mailto {
  width: 182px;
}

.contacts .contact .mailto .top,
.contacts .contact .mailto .bottom {
  border: solid 7px #D3D1D1 !important;
}

.contacts .contact .mailto .top img {
  width: 182px;
}

.contacts .contact .mailto .bottom .link,
.contacts .contact .mailto .bottom .link td {
  margin: 0px !important;
  border: none !important;
}

.contacts .contact .mailto .bottom .link .caption {
  width: 70px;
  color: #2D2C24;
  font-size: 16px !important;
  padding: 2px 2px 2px 12px !important;
  vertical-align: middle;
  letter-spacing: -1px;
}

.contacts .contact .mailto .bottom .link .button {
  width: 74px;
  height: 20px;
  background: none !important;
  padding: 12px !important;
  cursor: default;
}

.contacts .contact .mailto .bottom .link .button div {
  height: 16px;
  padding-top: 2px !important;
  background: url('../images/click-bg.gif') repeat-x;
  border-top: solid 1px #C5D4DC !important;
  border-right: solid 1px #6C89A4 !important;
  border-bottom: solid 1px #95A4B4 !important;
  border-left: solid 1px #95A4B4 !important;
  text-align: center;
}

.contacts .contact .mailto .bottom .link .button a:link,
.contacts .contact .mailto .bottom .link .button a:hover,
.contacts .contact .mailto .bottom .link .button a:visited {
  color: #163E89;
  text-decoration: none;
}

