@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,300,700);
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100);



header { 
  background-color: #fff; 
  padding: 5px 15px 0px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 25px;
}


h4 { font-size : 16px; font-weight: 300; margin-top: 5px; line-height: 22px; }
h4 > * { display: inline-block; vertical-align: top; }

fieldset { 
  border: 1px solid #ccc; 
  padding: 15px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
}



.CaptchaWrap { position: relative; padding-bottom: 20px; }
.CaptchaTxtField { 
  border-radius: 5px;
    border: 1px solid #a3a3a3;
    display: block;
    box-sizing: border-box;
}

#UserCaptchaCode { 
  width: 202px;
}
#CaptchaImageCode { 
    text-align: center;
    width: 131px;
    overflow: hidden;
    background-position: center;
}

.capcode { 
  font-size: 46px; 
  display: block; 
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none; 
  cursor: default;
  letter-spacing: 1px;
  color: #ccc;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
 background: url(../images/captcha/update.png) left top no-repeat;
    background-size: 100%;
    width: 28px;
    height: 32px;
    border: 0px;
    outline none: ;
    position: absolute;
    bottom: 21px;
    left: 150px;
    outline: none;
    cursor: pointer;
}
.btnSubmit {
  margin-top: 15px;
  border: 0px;
  padding: 10px 20px; 
  border-radius: 5px;
  font-size: 18px;
  background-color: #1285c4;
  color: #fff;
  cursor: pointer;
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}
.success {
  color: green;
  font-size: 18px;
  margin-bottom: 15px;
  display: none;
}

.captcha-refresh {
    background: none;
    border: none;
    color: #ffffff;
    float: left;
    padding-top: 15px;
    padding-left: 20px;
    cursor: pointer;
}
.captcha-refresh:focus {
    outline:none;
}