div.rating {
  overflow: hidden;
  padding: 30px 0;
}

table.ticketrating {
  float: right;
  margin: 20px 0 0 0;
}

table.ticketrating td {
  height: 18px;
  border: none;
  font-family: "arial";
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  color: #999999;
  padding: 0px 5px;
}

table.ticketrating td.star {
  width: 16px;
  background-image: url('/assets/img/rating_neg.png');
  background-position: left top;
  background-repeat: no-repeat;
  padding: 0px;
  cursor: pointer;
}

table.ticketrating td.star.neg,
table.ticketrating td.star.pos {
  cursor: default;
}

table.ticketrating td.star.pos {
  background-image: url('/assets/img/rating_pos.png');
}

table.ticketrating td.point {
  cursor: pointer;
}

.attachments {
    margin: 20px 0px 0px;
    background: #FAFAFA;
    padding: 7px 25px;
    border-radius: 6px;
}
.attachments a {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  background-image: url(/assets/img/article.gif);
  background-position: left top;
  background-repeat: no-repeat;
  padding-left: 20px;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 10px;
}

.fileuploads .accounts-status-img,
.accounts-modal-background,
.status-bar,
.hidden {
  display: none;
}

div.err-text li {
  list-style-type: none;
}

.accounts-tarif {
  padding: 30px 0;
}

.domains-list th:nth-child(2) a {
  margin: 0 -15px 0 -65px !important;
  padding: 0 15px 0 65px !important;
}
