.captchaBut {
  margin: 0 10px;
  background-color: #38b4e6;
  text-align: center;
  color: #fff;
  font-size: 16px;
  width: 200px;
  height: 30px !important;
  line-height: 20px!important;
  border-radius: 2px;
  behavior: url(pie.htc);
}
label.error {
  font-size: 14px;
  color: red;
  left: 0;
  /* bottom: -17px; */
  padding-left: 18px;
  position: relative;
  background: url(../images/index/icon/c_icon.png) no-repeat left center;
  left: 380px;
  top: -38px;
}
label.pass {
  font-size: 14px;
  color: #58c733;
  left: 0;
  /* bottom: -17px; */
  padding-left: 18px;
  position: relative;
  background: url(../images/index/icon/g_icon.png) no-repeat left center;
  left: 380px;
  top: -38px;
}
.row{
	overflow:visible;
}
.col-75{
	height: 50px;
}
.c-tips {
  color: #bbb;
  font-size: 14px;
  top: 50px;
}
