.readInfo div {
	min-height: 30px;
}

.readInfo .infoRows {
	overflow: auto;
	width: 100%;
	padding: 5px 0;
}

.readInfo .filedName {
	float: left;
	margin-right: 1%;
	text-align: right;
	width: 16%;
	line-height: 30px;
}

.readInfo .filedValue {
	float: left;
	text-align: left;
	width: 16%;
	line-height: 30px;
}

.readInfo .filedArea {
	float: left;
	text-align: left;
	width: 80%;
	line-height: 30px;
}

.jLi {
	background: #fd8000 none repeat scroll 0 0;
	height: 35px;
	line-height: 35px;
	margin: 0 5px 0 0;
	width: 5px;
	float: left;
}

.jTitle {
	background: #f5f5f5 none repeat scroll 0 0;
	font-size: 16pt;
	height: 35px;
	line-height: 35px;
	margin: 0;
}

#applyJobA {
	background: #fd8000 none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 24px;
	padding-left: 8px;
	padding-right: 8px;
	height: 45px;
	line-height: 45px;
	margin-top: 7.5px;
}