﻿

div#footer
{
	text-align: center;
	/*background: #18649c;
	color: #FFF;*/
}
div#footer p
{
	margin: 0;
	font-size:12px;
	padding: 6px 10px;
	line-height: 1.9;
}

/*--考生简历--*/
#div01
{
	width: 600px;
	background-color: #f7f7f7;
}
#div01 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div01 table th
{
	border: solid 1px #bec8c7;
	height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div01 table td
{
	border: solid 1px #bec8c7;
	height: 20px;
}
#div01 table td label
{
	padding: 0px 8px 0px 3px;
}
#div01 table thead
{
	background: #fefefe;
}
#div01 table tfoot tr td
{
	background: #fefefe;
	text-align: left;
	padding-left: 5px;
}
#div01 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}

/*--资格条件--*/
#div02
{
	padding-top: 15px;
	width: 600px;
	background-color: #f7f7f7;
}
#div02 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div02 table th
{
	border: solid 1px #bec8c7;
	height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div02 table td
{
	border: solid 1px #bec8c7;
	height: 20px;
}
#div02 table td label
{
	padding: 0px 8px 0px 3px;
}
#div02 table thead
{
	background: #fefefe;
}
#div02 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}

/*--联系方法--*/
#div03
{
	padding-top: 15px;
	width: 600px;
	background-color: #f7f7f7;
}
#div03 table
{
	width: 100%;
	border: solid 1px #bec8c7;
	border-collapse: collapse;
}
#div03 table th
{
	border: solid 1px #bec8c7;
	height: 24px;
	text-align: center;
	font-size: 14px;
	letter-spacing: 10px;
}
#div03 table td
{
	border: solid 1px #bec8c7;
	height: 20px;
}
#div03 table thead
{
	background: #fefefe;
}
#div03 table select
{
	padding: 0px;
	margin: 0px;
	width: 150px;
}
#div03 table tfoot tr td
{
	background: #fefefe;
	text-align: left;
	padding-left: 5px;
}