
.captcha_box{
	width:360px;
	height:40px;
	position:relative;
}

.captcha_box:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}


.captcha_box_auto{
	width:400px;
	height:50px;
	position:relative;
}

.captcha_box_msk{
	width:400px;
	height:50px;
	position:absolute;
	line-height:50px;
	top:5px;
	left:0px;
	z-index:10;
}

input[type=text].captcha{
	color:#fff;
	border:0px;
	width:100%;
	height:50px;
	padding:0px 25px;
	font-family: 'Oswald', sans-serif;
	font-weight:300;
	text-align:center;
	font-size:22px;
	background:#333;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

a.captcha_reset{
	width:70px;
	height:50px;
	display:block;
	position:absolute;
	top:0;
	right:0;
	line-height:50px;
	z-index:100;
	color:#fff;
	text-align:center;
}

a.captcha_reset:hover{
	background:#555;
}


a.captcha_reset i{
	font-size:16px;
}

input[type=text].captcha_input{
	padding:7px 10px;
	height:20px;
	min-width:338px;
	border:1px #ddd solid;
}

