.catcha { 
  border: 1px solid #ccc; 
  padding: 10px; 
  max-width: 345px;
  background-color: #fff;
  border-radius: 5px;
}

.CaptchaWrap { 
	position: relative; 
	margin: -6px 0px 0px 0px;
}
.CaptchaTxtField { 
  border-radius: 5px; 
  border: 1px solid #ccc; 
  display: block;  
  box-sizing: border-box;
}

#UserCaptchaCode { 
  padding: 15px 10px 15px 10px;
  outline: none; 
  font-size: 14px; 
  font-weight: normal;
  width: 300px;
}
#CaptchaImageCode { 
  text-align:center;
  margin-top: 15px;
  padding: 0px 0;
  width: 300px;
  overflow: hidden;
}

.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;
  width: 300px;
  height: 42px;
}

.ReloadBtn { 
  background:url('../images/captcha_refresh.png') left top no-repeat; 
  background-size : 100%;
  width: 32px; 
  height: 32px;
  border: 0px; outline none;
  position: absolute; 
  bottom: 7px;
  right : 310px;
  outline: none;
  cursor: pointer; 
}

.error { 
  color: red; 
  font-size: 12px; 
  display: none; 
}

@media only screen and (max-device-width: 480px) { 

#CaptchaImageCode {
	    width: 275px;
}
.capcode {
	width: 275px;
}
.ReloadBtn{
	left: 281px;
}


}