html,
body {
	display:table;
	width:100%;
	height:100%;
}
body {
	display:table-cell;
	vertical-align:middle;
	margin:0;
	font:12px/13px Arial, Helvetica, sans-serif;
	color:#000;
}
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 {
	width:287px;
	height:147px;
	margin:0 auto;
	background:url(../images/default-main.png) no-repeat;
}
.captcha-holder .captcha-block {
	width:100%;
	height:100%;
	position:relative;
}
.captcha-holder .captcha-text,
.captcha-holder .captcha-overlaytext {
	overflow:hidden;
	position:absolute;
	top:30px;
	left:10px;
	width:233px;
	height:60px;
	padding:5px;
	text-align:center;
}
.captcha-holder .captcha-text table {
	width:233px;
	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(../images/default-progress.gif) no-repeat;
}
.captcha-holder .captcha-overlay {
	display:block;
	width:0;
	height:100%;
	background: url(../images/default-progress.gif) no-repeat 0 -19px;
}
.captcha-holder .captcha-buttons {
	overflow:hidden;
	position:absolute;
	top:28px;
	right:0;
	width:30px;
	height:97px;
	margin:0;
	padding:0;
	list-style: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(../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 {
	overflow:hidden;
	position:absolute;
	top:113px;
	left:14px;
	width:235px;
	margin:0;
	padding:2px 0;
	font:12px/13px Arial, Helvetica, sans-serif;
	text-align:center;
	border:0;
	color:#fff;
	background: url(../images/validate.gif) no-repeat -9999px -9999px;
	outline:none;
}
.captcha-holder .success .captcha-input {background-position:100% 2px;}
.captcha-holder .error .captcha-input {background-position:100% -15px;}
.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(../images/validate.gif) 0 -16px;
}
.captcha-help-block {top:-20px;}
.captcha-info-block cufon,
.captcha-info-block cufon *{
	float:left;
	position:absolute;
	zoom:1;
}