.div-input-captcha, .img-captcha, .icon-refresh-captcha{
	display:block;
	float:left;
}

.input-captcha{
  float: left;
  width: 100%;
  /*height: 32px !important;*/
  padding: 0.54em !important;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-captcha:focus{
	border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.img-captcha {
  width:81px;/*width img + 1px*/
  height:30px;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.icon-refresh-captcha{
	margin-left:10px;
	cursor:pointer;
}

