﻿div.a {
  height: 160px;  
  overflow: hidden;
  text-overflow: ellipsis; 
  border: 1px solid white;
}
div.b {
  height: 170px;  
  overflow: hidden;
  text-overflow: ellipsis; 
  border: 1px solid white;
}
div.c {
  height: 170px;  
  overflow: hidden;
  text-overflow: ellipsis; 
}
#CaptchaImage{
    height:70px;
}
#CaptchaInputText{
    width:190px
}
div#parent2-captcha>a {
    display: block!important;
    position: absolute;
    bottom: -25px;
    right: 25%;
    font-size: 18px;
    color: #686a6f;
}
