.code-box{
	position: absolute;
	z-index: 100;
}
#getVerify{
	border: 1px solid #ddd;
	padding: 6px 12px;
	left: 0px;
	top: 0px;
}
#clicaptcha-box{
	width: 340px;
	height: 160px;
	background: url('/public/verifycode/code_bg.png') no-repeat;
}
#clicaptcha-box .top{
	padding:0 25px;
	color:#fff;
	font-size:14px;
	line-height:20px;
	padding-top:10px;
	overflow:hidden;
}
#clicaptcha-box .top span{float:left;}
#clicaptcha-box .top .txt{margin-right:22px;}
#clicaptcha-box .clicaptcha-img{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	border-radius: 2px;
}
#clicaptcha-box .clicaptcha-title{
	font-size: 15px;
	width: 32%;
}
#clicaptcha-box .clicaptcha-title span{
	font-size: 14px;
	font-weight: bold;
	color: #c00;
}
#clicaptcha-box .clicaptcha-title span.clicaptcha-clicked{
	color: #069;
}
#clicaptcha-box .clicaptcha-refresh-btn{
	width:30px;
	height: 24px;
	outline: none;
	text-decoration: none;
	background: url('/public/verifycode/break.png') no-repeat center top;
	padding-top:20px;cursor:pointer;
	text-align:center;
	margin-right:15px;
	margin-left:15px;
}
.codeImg{text-align:center;margin-left:6px;width: 326px;height:94px;position:relative;}
.small-img{
	width: 106px;
	height: 54px;
	margin-top: -6px;
	margin-left: -1px;
}
.number{
	width: 20px;
	height: 20px;
	display: none;
	position: absolute;
	z-index: 200;
	background: #d4d4d4;
	border: 1px #999 solid;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	border-radius: 10px;
}
