* {
	margin: 0 auto;
}

ul{
	margin:0;
	padding:0;
}

.FRAME {
	width: 930px;
	margin-top: 20px;
	position: relative;
}

.position {
	width: 930px;
	height: 35px;
	border-bottom: 3px #4c95cf solid;
	margin: 0 auto;
	font-size: 14px;
	overflow:hidden;
}

.list {
	width: 930px;
	font-size: 14px;
	color: #4e4e4e;
	overflow: hidden;
	padding: 0 0;
}

.list li {
	list-style-type: none;
}

.list_appname {
	width: 200px;
	height: 40px;
	float: left;
	line-height: 40px;
	border-bottom: 1px #d6d6d6 dashed;
	padding: 10px 0px;
}

.list_label {
	width: 250px;
	height: 40px;
	float: left;
	line-height: 40px;
	border-bottom: 1px #d6d6d6 dashed;
	padding: 10px 0px;
}

.list_version {
	width: 250px;
	height: 40px;
	float: left;
	line-height: 40px;
	border-bottom: 1px #d6d6d6 dashed;
	padding: 10px 0px;
}

.list_type {
	width: 70px;
	height: 40px;
	float: left;
	line-height: 40px;
	color: #4c95cf;
	border-bottom: 1px #d6d6d6 dashed;
	padding: 10px 0px;
}

.list_db_version {
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
	color: #4c95cf;
	border-bottom: 1px #d6d6d6 dashed;
	padding: 10px 0px;
}

.title_appname {
	width: 200px;
	height: 40px;
	float: left;
	line-height: 40px;
}

.title_label {
	width: 250px;
	height: 40px;
	float: left;
	line-height: 40px;
}

.title_version {
	width: 250px;
	height: 40px;
	float: left;
	line-height: 40px;
}

.title_type {
	width: 70px;
	height: 40px;
	float: left;
	line-height: 40px;
}

.title_db_version {
	width: 150px;
	height: 40px;
	float: left;
	line-height: 40px;
}

.img {
	float: left;
}

.button {
	width: 85px;
	height: 32px;
	border: 5px #4c95cf solid;
	background: #e9eef2;
	text-align: center;
	line-height: 32px;

}