#links_box {
  float: left;
  padding: 0 20px 23px 0;
  width: 220px;
  background: transparent url('../images/links_bottom_bg.gif') no-repeat left bottom;
  margin-bottom: 20px;
}

#continut {
  float: left;
}

#links_box h3 {
  font-weight: bold;
  color: #fff;
  background: #efa2c6 url('../images/links_top_bg.gif') no-repeat;
  padding: 10px 30px;
  width: 160px;
  font-size: 12px;
}

#links_box a {
  display: block;
  width: 200px;
  padding: 5px 10px;
  color: #fff;
  background: #efa2c6 url('../images/sub_menu_bg.gif') no-repeat center bottom;
}

#links_box a:hover {
  background: transparent none;
  color: #d47da6;
  text-decoration: none;
}

#links_box a#checked {
  background: transparent none;
  color: #d47da6;
  font-weight: bold;
  text-decoration: none;
}

#continut form {
  width: 330px;
}
