
.captcha_box{
	width:360px;
	height:40px;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

.captcha_box_100P{
	width:100%;
	height:40px;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;		
}

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

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

a.captcha_reset{
	width:30px;
	height:40px;
	display:block;
	padding:0 23px;
	position:absolute;
	top:0px;
	right:0px;
	z-index:100;
	text-align:center;
	color:#fff;
	line-height:40px;
	background:#333;
}

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


