﻿.addCaptcha { padding:10px 0px; margin:0px; font-family:Arial; font-size:12px;}
.captchaContainer{ padding:8px; width:18%!important; float:left; background-color:#ddd; width:70px; height:auto!important; margin: 0px; border:1px solid #ddd; text-align:center; outline:none; color:#333; font-weight:bold;}
.captchaText{width:15%!important; float:left; padding:8px; border:1px solid #ddd; width:100px; height:auto!important;  margin: 0px; outline:none;  text-align:center;}
.captchaButton {width:16%!important; float:left; padding:8px 0px 8px 23px; text-align:left; border:none; margin: 0 0 0 10px; height:auto!important; outline:none; background:url(refresh.png) no-repeat left; }

@media (max-width:360px){
.captchaButton { width:37%!important;}
.captchaText {
    width: 23%!important;
	
}
.captchaContainer { width:51px!important;}
}