@charset "utf-8";
/* CSS Document */
.page{
	width: 960px;
	font-size: 0px;
	text-align: center;
	margin: 50px auto 20px;
}
.page a{
	font-size: 12px;
	color: #ccc;
	display: inline-block;
	_display:inline;
	padding: 0 5px;
	border: 1px solid #ccc;
	margin-right: 5px;
	line-height: 23px;
	font-family: "Arial";
}
.page a:hover,.page a.active{
	background: #0D6ABE;
	/*font-weight: bold;*/
	color: #fff;
	border: 1px solid #0D6ABE;
}
.online-tab .input.error{
    border: 1px solid #D70128;
}
.admiss input.error{
    border: 1px solid #D70128;
}
 input.error, textarea.error{
    border: 1px solid #D70128;
}
.jobapplyMain input.error{
    border: 1px solid #D70128;
}

.jobapplyMain{
    margin: 20px 0;

}
.jobapplyMain input{
    width: 160px;
    border: 1px solid #dbdbdb;
    padding: 0;
    height: 22px;
}
.jobapplyMain textarea{
    width: 650px;
    height: 60px;
    font: 12px/20px "微软雅黑";
    padding: 10px 0;
    border: 1px solid #dbdbdb;
}
.jobapplyMain td{
    border: 1px solid #dbdbdb;
    padding: 3px 3px 3px 10px;
}
.jobapplyMain td h2{
    color: #0d6abe;
}
.jobapplyMain select{
    border: 1px solid #dbdbdb;
}
.jobapplyMain input[type="submit"]{
    float: left;
    margin-left: 207px;
    height: 38px;
    line-height: 38px;
    background: #0c6fc8;
    color: #fff;
}
.depict-tips{
    padding-bottom: 50px;
}
.depict-tips a.btn{
    display: inline-block;
    width: 120px;
    text-align: center;
    height: 38px;
    color: #FFF;
    line-height: 38px;
    background: #0c6fc8;
    margin-top: 20px;
}
