@CHARSET "UTF-8";

.captcha-component{
	min-width: 200px;
	min-height: 130px;
	margin: 10px;
	float: left;
	border: 1px #CCCCCC solid;
	background: #F5F8FA;
	padding: 10px 10px 0px 10px;
}

.captcha-image-content{
	width: -webkit-calc(100% - 10px);
	   width: -moz-calc(100% - 10px);
	    width: -ms-calc(100% - 10px);
	     width: -o-calc(100% - 10px);
			width: calc(100% - 10px);
	height: 60px;
	margin: 5px;
	float: left;
}

.captcha-divider{
	border-top: 1px #CCCCCC solid;
	width: -webkit-calc(100% + 20px);
	   width: -moz-calc(100% + 20px);
	    width: -ms-calc(100% + 20px);
	     width: -o-calc(100% + 20px);
			width: calc(100% + 20px);
	height: 0;
	float: left;
	margin-left: -11px;
}

#captcha-input-content {
	float: left;
	width: -webkit-calc(100% - 20px);
	   width: -moz-calc(100% - 20px);
	    width: -ms-calc(100% - 20px);
	     width: -o-calc(100% - 20px);
			width: calc(100% - 20px);
	padding-top: 10px;
}

#captcha-input-content input{
	background: white;
}

img.captcha-reload{
	cursor: pointer;
	margin: 36px 0 0 5px;
}

.captcha-error{
	border: 1px solid #c83e3e !important;
	background: #fbf4f4 !important;
}

#captcha-error-messages {
	color: #920000;
	font-size: 11px;
	margin-left: 15px;
	height: 30px;
	display: block;
	float: left;
	width: 242px;
}