div#cluetip-outer {
  border: 1px solid #eee;
  position: relative;

  border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px;
}

div#cluetip-outer p
{
    padding-left: 0px!important;
}

div h3#cluetip-title {
  margin: 0px;
  padding: 2px 5px;
  font-size: 12px;
  font-weight: normal;
  background-color: #fff;
  color: #000;
}

#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}
#cluetip-close img {
  border: 0;
}


.addserv-table {
    border-collapse: collapse;
    border-top: 1px solid hsl(236, 39%, 50%);
    width: 100%;
}

.addserv-table .evenn td {
    background-color: hsl(222, 100%, 94%);
}
.addserv-table td {
    border-bottom: 3px solid hsl(0, 0%, 100%);
    color: hsl(0, 0%, 20%);
    height: 44px;
    text-align: right;
    vertical-align: middle;
}

.addserv-table .evenn td {
    background-color: hsl(222, 100%, 94%);
}
.addser-head {
    color: hsl(243, 33%, 48%);
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 5px;
    text-align: left;
}
a img {
 border: none; 
}

#pay_span a.button.orange{
    padding:0;
}