table.list {
  border-spacing: 1px;
  background-color: #e7e7e7;
  color: #666;
}

table.list td, table.list th { 
  padding: 1px; 
}

table.list thead th {
  height: 25px;
  text-align: center;
  background: #f0f0f0;
  color: #666;
  border-bottom: 1px solid #999;
  border-left: 1px solid #fff;
}

table.list tfoot tr { 
  text-align: center;
  color: #333; 
}

table.list tfoot th { 
  height: 30px;
  background-color: #f3f3f3; 
  border-top: 1px solid #999; 
  text-align: center;
  font-weight: bold;  
}

table.list tfoot td { 
  height: 30px;
  background-color: #f3f3f3; 
  text-align: center;
  font-weight: bold;  
}

table.list tbody tr { 
  background-color: #fff;  
  text-align: left; 
}

table.list tbody tr.row1 td{
  background: #f9f9f9; 
  border-top: 1px solid #fff;
}


table.list tbody tr.row0:hover td, table.list tbody tr.row1:hover td { 
  background-color: #EDFFD7; 
}

table.list tbody tr td {
  height: 20px;
  background: #fff;
  border: 1px solid #fff;
}

table.list tbody tr.row2 td{
  background: #f9f9f9; 
  border-top: 1px solid #fff;
}

form.wmform{
  padding: 0px;
  margin: 0px;
}

.input_reg{
  height: 14px;
  width: 100%;
  font-size: 11px;
  color: #000000;
  border: #808081 solid 1px;
}

.select_reg{
  height: 18px;
  width: 100%;
  font-size: 11px;
  color: #000000;
  border: #808081 solid 1px;
}

.select_reg_dm{
  height: 18px;
  font-size: 11px;
  color: #000000;
  border: #808081 solid 1px;
}

.input_capcha{
  height: 33px;
  width: 120px;
  font-size: 24px;
  color: #000000;
  font-weight: bold;
  border: #808081 solid 1px;
}

/* Стили рейтинга */
#fr div{display:inline-block;}
*+html #fr div {display:inline;} /*ie7*/
* html #fr div {display:inline;} /*ie6*/
#fr div input, #subMit{display:none;}
.left_star, .right_star{position:relative; z-index:1;}
.star{}
.star_bot{position:relative;}
.left_star_top, .right_star_top{position:absolute; z-index:2; left:0px; visibility:hidden;}
