html,
img {border-style:none;}
a {
	text-decoration:underline;
	color:#0400fb;
}
a:hover {text-decoration:none;}
input, 
textarea, 
select {
	font:100% arial,sans-serif;
	vertical-align:middle;
	color:#000;
}
form, 
fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
.form {
	width:287px;
	margin:0 auto;
}
.form .row {
	width:100%;
	margin:0 0 10px;
}
.form label {
	width:50px;
	float:left;
}
.form .submit {cursor:pointer;}
.captcha-holder .captcha-block {
	width:100%;
	position:relative;
	min-height:68px; /* 60px image + 8px gap */
}
.captcha-holder .captcha-text,
.captcha-holder .captcha-overlaytext {
	overflow:hidden;
	position:relative;
	width:100%;
	height:60px;
	padding: 10px;
	text-align:center;
	background-color: #111;
	box-sizing:border-box;
	opacity:0;
}
.captcha-holder .captcha-overlaytext {
	display:none;
}
.captcha-holder .captcha-text table {
	width:100%;
	height:60px;
	margin:0;
	padding:0;
	border-collapse:collapse;
}
.captcha-holder .captcha-text td {
	padding:0;
	vertical-align:middle;
}
.captcha-holder .captcha-progress {
	overflow:hidden;
	position:absolute;
	top:77px;
	right:38px;
	width:82px;
	height:19px;
	opacity:0.3;
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	/* background: url(http://mkstudio.at.ua/demos/captcha/images/default-progress.gif) no-repeat; */
}
.captcha-holder .captcha-overlay {
	display:block;
	width:0;
	height:100%;
	/* background: url(http://mkstudio.at.ua/demos/captcha/images/default-progress.gif) no-repeat 0 -19px; */
}
.captcha-holder .captcha-buttons {
	display:none;
}
.captcha-holder .captcha-buttons li {
	display:block;
	width:18px;
	height:19px;
	padding:6px 6px 8px;
	vertical-align:top;
}
.captcha-holder .captcha-buttons li a {
	overflow:hidden;
	display:block;
	width:18px;
	height:19px;
	text-indent:-9999px;
	outline:none;
	background: url(http://mkstudio.at.ua/demos/captcha/images/default-buttons.gif) no-repeat;
}
.captcha-holder .captcha-buttons li a.captcha-info {background-position:0 -33px;}
.captcha-holder .captcha-buttons li a.captcha-help {background-position:0 -66px;}
.captcha-holder .captcha-buttons li a.captcha-reload:hover {background-position:-18px 0;}
.captcha-holder .captcha-buttons li a.captcha-info:hover {background-position:-18px -33px;}
.captcha-holder .captcha-buttons li a.captcha-help:hover {background-position:-18px -66px;}
.captcha-holder .captcha-input,
.captcha-holder .captcha-fake,
.captcha-holder input {
	overflow: hidden;
	position: relative;
	width: 100%;
	margin-top: 8px;
	padding: 10px;
	font-family: 'VT323', monospace;
	font-size: 18px;
	border: 2px solid #1a1a1a;
	color: #e5e5e5;
	outline: none;
	background: #0a0a0a;
	box-sizing: border-box;
	opacity: 0.4;
	transition: border-color 0.15s, opacity 0.15s;
}

.captcha-holder .captcha-input::placeholder,
.captcha-holder input::placeholder {
	color: #444;
}

.captcha-holder .captcha-input:focus,
.captcha-holder input:focus {
	border-color: #6f4f25;
	opacity: 1;
}

.captcha-holder .success .captcha-input {background-position:100% 2px;background: #39ff309c;transition: 0.2s;/* border: 1px inset #00ff00; */color: #0cff00;border-bottom: 2px solid #00ff00;}
.captcha-holder .error .captcha-input {background-position:100% -15px;background: #890000;color: #df5656;transition: 0.2s;border-bottom: 2px solid #df5656;}
.captcha-info-block {
	position:absolute;
	top:-30px;
	left:50%;
	width:50%;
	margin-left:-30%;
	z-index:100;
	padding:10px;
	border:3px solid #1a1a1a;
	color:#fff;
	background:#4f4e4e;
}
.captcha-info-block p {margin:0 0 10px;}
.captcha-info-block strong {
	display:block;
	margin:0 0 5px;
}
.captcha-info-block .close {
	overflow:hidden;
	float:right;
	width:16px;
	height:16px;
	text-indent:-9999px;
	outline:none;
	background: url(http://mkstudio.at.ua/demos/captcha/images/validate.gif) 0 -16px;
}
.captcha-help-block {top:-20px;}
.captcha-info-block cufon,
.captcha-info-block cufon *{
	float:left;
	position:absolute;
	zoom:1;
}

.captcha-input .success{
	box-shadow: 0px 0px 14px 5px #00ff63;
	transition: 1s;
} 
