#want_this_site_block { width: 100px; position: fixed; top: 50px; right: 50px; display: block; z-index: 9000; }
.full_opacity { opacity: 1 !important; filter: aplha(opacity=100) !important; }
#save_layer{
  z-index: 999;
}
.input_choice_item_block input{
  width: 23%!important;
  float: left!important;
}
.input_choice_item_block{
  padding-bottom: 20px;  
}
.control_empty.for-control .control{
    background: url("/images/v2/controls/control_empty.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 20px 20px 20px 20px;
    display: inline-block;
    height: 14px;
    margin: 3px 5px 0;
    padding: 0 1px;
    position: relative;
    vertical-align: top;
    width: 28px;
}
tr.deleted {opacity: 0.3 !important; filter: aplha(opacity=30) !important; }