#content_right
{
  margin: 0px;
  padding: 0px;
  padding-top: 20px;
  padding-left: 20px;
  width: 170px;
  background-image: url('../images/bg_content.png');
  background-repeat: repeat-x;
  background-color: #fff;
  font-size: 12px;
  color: #444;
  vertical-align: top;
}

#content_right h1
{
  font-size: 1.1em;
  font-weight: bold;
  color: #AA1111;
  text-align: right;
  border-bottom: 2px solid #efd4d4;
  padding-right: 5px;
}

#content_right a
{
  color: #AA1111;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: 12px;
}

#content_right .item
{
  margin-bottom: 5px;
}

#content_right input
{
  border: 1px solid #a11;
  background-color: #eee;
  font-size: 12px;
}


