
i.loader{
  background: url('../img/325_30x30.gif');
  display: inline-block;
  width: 30px;
  height: 30px;
  /*margin-left: -35px;*/
  background-position: 50% 50%;
  background-repeat: no-repeat;
  //background-size: contain;
  vertical-align: bottom;
}

.deformClosebuttonActive:before {
    content:"✖";
    color:red;
    margin-right: 2px;
}
.deform ul {
    margin: 0px;
    display: inline-block;
}

.deform li {
    clear: left;
    display: block;
}

.deformSeq .place-inline{
    width: 350px;
}
legend + .control-group.place-inline {
    margin-top: 0;
}

.logdiff td{
  vertical-align: top;
  padding: 5px;
}

.logdiff td.logdiff-field{
  text-align: right;
  min-width: 100px;
}
.logdiff ins,
.logdiff del{
  font-weight: bold;
}


th.number,
td.number{
  text-align: right;
}

form.contactform textarea{
  width: 420px;
  height: 210px;
}