/* 验证码整行样式 */
.verify-textbox{
	margin-bottom:7%;
	height:33px;
}

/* 验证码框样式 */
.verify{
    width:45%;
	margin-right:5%;
	background:red;
} 
         
/* 验证码图片样式 */
.img{
	vertical-align:middle;
	cursor:pointer;
	width:54%;
	float:right;
	margin-top:-15%;
	border:1px #ccc solid;
}

/* 横线外层div样式 */
.loginbox-line{
	position: relative;
    text-align: center;
}
/* 横线样式 */
.line1{
	position: absolute;
    height: 1px;
    left: 40px;
    right: 40px;
    background-color: #ccc;
}

/* 登录按钮样式 */
#submit{
	margin-top:6%;
}

/* 错误提示颜色 */
#loginForm .error{
	color:red;
}