label {
    font-weight: 400;
}
.remark {
	font-size: 14px;
	width: 44%;
    margin-left: 28%;
}
.star, .error{/*���Ǳ�ʶ��ɫ�Լ�������ʽ*/
	color: #a94442;/*��������*/
	padding-right: 5px;/*��paddingֵ����*/
	padding-top: 7px;/*��paddingֵ����*/
}
.error {
	position: absolute;
    left: 36%;
    top: 28px;
}
.error span {/*���� span��ǩ����ɫ�����Ǳ�ǩ��������*/
	color: #3c763d;/*������ɫ*/
}
.error.tip {
	color: #ff8300;
}
form label{/*�涨����������ҵ�label��ǩȫ��Ϊ��Բ*/
	font-family: "��Բ";/*����*/
}
/*�����ǩ-start*/
.step_bar {/*����Ҫ��λ*/
    width: 1100px;/*���*/
    height: 50px;/*�߶�*/
    position: fixed;/*��λ�̶�*/
    z-index: 1000;/*�������ϲ�*/
    top: 95px;/*��������߶�*/
}
/*��� �ұ�*/
.bar_left, .bar_right{
	width: 10px;/*���*/
	height: 50px;/*�߶�*/
}
/*�������ͼƬ*/
.bar_left{
	float: left;/*�󸡶�*/
	background: url("/kxjsj/static/award/image/bar-left.png");/*����ͼƬ*/
}
/*�����ұ�ͼƬ*/
.bar_right{
	float: left;/*�󸡶�*/
	background: url("/kxjsj/static/award/image/bar-right-gray.png");/*����ͼƬ*/
}
/*����������ʽ����*/
.step_bar_content { 
	width: 370px; /*���*/
	height: 40px; /*�߶�*/
	line-height: 40px;/*�и�*/
	text-align:center; /*����*/
	font-size: 18px; /*��������*/
	float: left;/*�󸡶�*/
	color: #a7a7a8;/*������ɫ*/
	margin-left: -1px;/*��marginֵ*/
} 
/*��һ������ͼƬ*/
#first{
    background: #37a2f4 url("/kxjsj/static/award/image/bar-arrow-right-blue.jpg") right no-repeat;/*����ͼƬ*/
}
/*Ĭ�ϲ������ɫ��ʽ*/
.step_bar_content.active{
	color: #fff;/*��������*/
}
/*�����ǩ-end*/

/*��д������Ϣ*/
#content{
	width: 1080px;/*�������*/
	margin: 94px auto 0px auto;/*margin�������÷ֱ�Ϊ94px,0px,�����Զ�*/
	padding-top: 60px;/*��paddingֵ*/
}
/*��֤��Ϣ�ɹ�����*/
#Validation, #Success{
	display: none;/*����*/
}
/*��֤��ť������ĵ�һ��btn��ť��ɫ�ı�*/
#reg_form .btn-group > :first-child.btn{
	color: #333;/*��������*/
	height: 34px;/*�߶�����*/
}

/*��ʾ��Ϣ����ɫ*/
#msgTips{
	color: #999;/*��������*/
}
/*�ɹ��Ŀ��*/
#Success{
	width: 500px;/*�������*/
	margin: 90px auto 0 auto;/*��90 ���Զ� ��0 ���Զ�*/
}
/* #Success img{
	float: left;
} */
/*ÿ�����ֵ���ʽ��������Լ���������*/
.section {
    text-align: center;/*����*/
    font-size: 18px;/*�����С*/
    line-height: 30px;/*�и�*/
}
/*������ʽ����*/
#title{
	color:#34C828;/*������ɫ*/
	font-size:28px;/*�����С*/
	font-weight:400;/*����Ӵ�*/
	padding:10px 5px;/*������������paddingֵ*/
	
}

#reg_form .form-group {
	margin-bottom: 30px;
    position: relative;
    width: 50%;
    margin-left: 20%;
}