.catcha { 
  	max-width: 390px;
    background-color: rgb(241, 241, 241);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
    padding: 10px;
    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;
}

/* Changed by Apoorv */
#UserCaptchaCode { 
  padding: 5px 10px;
  outline: none; 
  font-size: 14px; 
  font-weight: normal;
  width: 300px;
  /* margin-left: -35px; */
  margin-left:0px;
}
#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; 
  position: absolute; 
  bottom: 7px;
  left : 310px;
  outline: none;
  cursor: pointer; 
  margin-bottom: 45px;
}

.error { 
  color: red; 
  font-size: 12px; 
  /* display: none;  */
}
