.none { display: none; }
small { font-size: smaller; }

/* messagi */
.flash_notice, .flash_error, .error_list { font-weight: bold; }
.flash_error, .error_list { color: #ca0b0b; }
.flash_notice { color: green; }

/* chtoby bylo udobno pisat' dliiinnye telegi */
.good_textarea {
  width: 330px;
  height: 110px;
}

/* predprosmotr bannera v promorazdele */
.banner_wrapper {
  margin-bottom: 8px;
}

.banner_block {
  margin-bottom: 16px;
}

/* statistika vzaimoras4etov */
td.balance_amount_minus { 
  background: url(/images/bad_red.png) 0 0 repeat;
}
td.balance_amount_plus {
  background: url(/images/good_green.png) 0 0 repeat;
}

/* zvezdy rejtinga testov */
.star {background: url(/images/icons/star.png) 0 0 no-repeat; height: 20px; width: 14px; float: left; }

td img.captcha, th img.captcha {
  vertical-align: middle;
}

table.site_list td {
  padding-right: 10px;
  padding-bottom: 10px;
  vertical-align: top;
}

#stat_conf_table #stat_conf_from, #stat_conf_table #stat_conf_to {
  width: 63px;
  padding-left: 3px;
}

#promo_conf_table #promo_conf_subacc {
  width: 65px;
}

#promo_conf_css_url {
  width: 190px;
}

#promo_conf_iframe_height {
  width: 30px;
}

#promo_conf_iframe_callback_url {
  width: 130px;
}

table.form_table_bg .error_list {
  font-size: 11px !important;
}
