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

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

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

.CaptchaBox input[type=text].Captcha,
.CaptchaBoxP100 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;
}


.CaptchaBox a.CaptchaReset,
.CaptchaBoxP100 a.CaptchaReset
{
	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;
}

.CaptchaBox a.CaptchaReset span,
.CaptchaBoxP100 a.CaptchaReset span
{
	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;
}


