/* getcode-dialog */
#getCodeBox{
	z-index: 99902;
}
.alert-box .closer-filter {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.alert-box .box-content {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: white;
	width: 480px;
	margin-left: -240px;
	z-index: 9999;
	box-shadow: 0px 0px 10px #000;
	border-radius: 3px;
}
#getCodeBox .box-content {
	margin-left: -270px;
	width: 540px;
}
#get-code-form {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 60px;
}
#get-code-form .imgBox {
	color: #999999;
	float: left;
	font-size: 12px;
	margin-right: 20px;
	overflow: hidden;
	text-align: center;
	width: 200px;
}
#get-code-form .imgBox {
	color: #999999;
	font-size: 12px;
	text-align: center;
}
#get-code-form .control-group {
	float: left;
	line-height: 24px;
	width: 200px;
}
#get-code-form .control-group {
	line-height: 24px;
}
#get-code-form .controls {
	text-align: right;
}
#get-code-form .imgBox {
  color: #999999;
  font-size: 12px;
  text-align: center;
}
#kaptchaInput {
  text-align: center;
  width: 75px;
  font-size: 18px;
  padding:0 5px;
}
#get-code-form button.flat-btn {
  height: 26px;
  line-height: 26px;
  padding: 1px 5px 4px;
  font-size: 12px;
  width: auto;
}