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

.CaptchaWrap { position: relative; }
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
}

#UserCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-weight: normal; 
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 250px;
  overflow: hidden;
}
#UserBrochureCaptchaCode { 
  padding: 15px 10px; 
  outline: none; 
  font-weight: normal; 
}
#CaptchaBrochureImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
   width: 250px;
  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: #fff !important;
  font-family: 'Roboto Slab', serif;
  font-weight: 100;
  font-style: italic;
}

.ReloadBtn { 
  /* background:url('../../logo/refresh.png') left top no-repeat; */ 
  background:url('../../logo/refresh_new.png') left top no-repeat; 
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 9px;
  left : 270px;
  outline: none;
  cursor: pointer; /**/
}


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