html,body {
	overflow: hidden;
}

.form-horizontal {
	width: 550px;
	padding: 0px;
	margin-left: 0px;
	margin-top: 0px;
}

.input-group {
	margin-bottom: 10px;
	width: 100%;
}

.must-input {
	font-weight: bold;
	color: red;
}

.input-icon {
	font-weight: bold;
	width: 40px;
	font-size: 14px;
}

.fixed-width {
	width: 130px;
	text-align: right;
}

.input-group-addon {
	background-color: #fff;
}

.row-space {
	height: 34px;
	background-color: #eee;
}

.alert {
	margin-top: 10px;
}

.badge {
	margin-left: 5px;
}


#key-btn,#seek-btn {
	margin-left: 130px;
}


#scaptcha-1,#scaptcha-2 {
	border: 1px solid #ccc;
	position: absolute;
	left: 380px;
	top: -4px;
	cursor: pointer;
}

#scaptcha-title {
	color: #888;
	width: 300px;
	margin-left: 130px;
	margin-right: 25px;
}

#scaptcha-switch-1,#scaptcha-switch-2 {
	color: #337ab7;
	cursor: pointer;
}