@CHARSET "UTF-8";
.btnDiv{
	text-align:center;
}

/*下一步、上一步按钮*/
.common-btn{
	border: 1px solid #007F7F;
	display: inline-block;
	width:120px;
}
.common-btn a{
	text-decoration: none;
	display: block;
	font-weight: bold;
	padding: 0 30px;
	height: 33px;
	line-height: 37px;
	color: #666;
	font-size:14px;
	border: 1px solid   #FFF;   /*   #7DDDDC; */
	background-color: #CCC;
	/* background: url(../images/btn-bg.jpg);  */
}
.common-btn a:hover{
	color:#FFF;
	border: 1px solid  #3e3e3e;   /*   #7DDDDC; */
	background-color: #ae0202;
	/*   background: url(../images/btn-bg-active.jpg);   */
}

.step-content{
	clear:both;
	padding:20px;
}

.step-content p{
	margin-bottom:20px;
}
 /*设置考点查询、考场查询下拉列表框样式*/
 select#kmxx {
	/*background: url('yourimage') no-repeat; */
    width: 150px;
    height: 30px;
    overflow: hidden;
}