ul.sub_links {
  list-style: square;
  color:#9E9E9E;
}

.sub_links a {
  color:#2333A3;
  line-height: 20px;
}





.inp {
  padding:1px;
}


.captcha_inp, .captcha_img {
    width:120px;
    height:50px;
    border:1px solid #C4C4C4;
    text-align: center;
    vertical-align: middle;
}
.captcha_inp {
  background: #FFFFCC;
  height:52px;
}
.captcha_inp input {
  width: 100px;
  font-size:25px;
  background: transparent;
  border: 0px;
  letter-spacing: 1px;
  font-style: italic;
  color:#990000;
  text-align: center;
  padding-top:4px;
}