
.captchaMain header { 
  background-color: #fff; 
  padding: 5px 15px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}
/* .captchaMain fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 100px;
  background-color: #fff;
  border-radius: 5px;
} */

section { padding: 0 15px; }

.captchaMain .CaptchaWrap { position: relative; }
.captchaMain .CaptchaTxtField { 
  border-radius: 5px; 
/*   border: 1px solid #ccc; */ 
  display: block;  
  box-sizing: border-box;
}

.captchaMain #UserCaptchaCode { 
  padding: 12px 10px; 
/*   outline: none; 
  font-size: 18px; 
  font-weight: normal; 
  font-family: 'Open Sans', sans-serif; */
  width: 100%;
}
.CaptchaImageCode {
    text-align: center;
    margin-top: 15px;
    padding: 0px 0;
    margin-bottom: 15px;
    /* width: 300px; */
    overflow: hidden;
}

.capcode {
    font-size: 30px;
    display: block;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
    letter-spacing: 1px;
    color: #ccc;
    width: 91%;
    height: 32px;
    margin: 16px 0 0px 0;
    border-radius: 5px;
}
.ReloadBtn {
    background: url(../images/refresh.png) left top no-repeat;
    background-size: 100%;
    width: 18px;
    height: 32px;
    border: 0px;
    outline: none;
    position: absolute;
    bottom: 30px;
    top: 8px;
    right: 0;
    outline: none;
    cursor: pointer;
}
.captchaMain .btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.captchaMain .error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.captchaMain .success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}