.contact-outer .captchahit{
	max-width:100% !important;
	margin-bottom:10px;
}
.contact-outer .captchahit .robot_checkbox{
	padding:20px 0 0 !important;
}
.clientLogin .captchli .captchahit{max-width:100%;}
.clientLogin .captchli .captchahit .robot_checkbox{padding-top:18px;}

.captchli {margin:15px 0;}
.captchli .captchahit{vertical-align:middle;border:1px solid #d3d3d3;padding:4px 10px;background:#f0f0f0;border-radius:10px;box-shadow:none;max-width:360px;}
.captchli .captchahit .robot_checkbox{float:left;padding:10px 0;}
.captchli .captchahit .captchacheckbox,
.captchli .captchahit .captchaloader,
.captchli .captchahit .captchachecked{font-weight:bold; font-weight:100; font-size:13px;}
.code-div.captchli .noCaptcha_img	{width:22%;font-size:9px !important;font-weight:100;text-align:center;}
.captchli .captchahit .captchacheckbox img,
.captchli .captchahit .captchaloader img,
.captchli .captchahit .captchachecked img{vertical-align:middle;margin-right:8px;}
.captchli .captchahit .noCaptcha_img{float:right;text-align:center;font-size:10px;font-weight:100;color:#666 !important;width:66px;line-height:16px;}
.captchaloader,.captchachecked{ display:none;}
.captchli [type="checkbox"]:not(:checked),
.captchli [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.captchli [type="checkbox"]:not(:checked) + label,
.captchli [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
	font-weight:100;
	font-size:14px;
}

/* checkbox aspect */
.captchli [type="checkbox"]:not(:checked) + label:before,
.captchli [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0;
  width: 20px;
	height: 20px;
  border: 2px solid #c1c1c1;
  background: #fff;
  border-radius: 3px;
  /*box-shadow: inset 0 1px 3px rgba(0,0,0,.3)*/
}
/* checked mark aspect */
.captchli [type="checkbox"]:not(:checked) + label:after,
.captchli [type="checkbox"]:checked + label:after {
  position: absolute;
  top: -4px;
	left: 3px;
  font-size: 36px;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
.captchli [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.captchli [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.captchli [type="checkbox"]:disabled:not(:checked) + label:before,
.captchli [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.captchli [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.captchli [type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
.captchli [type="checkbox"]:checked:focus + label:before,
.captchli [type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #c1c1c1;
}

/* hover style just for information */
.captchli label:hover:before {
  border: 2px solid #a1a1a1 !important;
}