html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	font: #434a54;
	font-size:9pt;
}

a {
	text-decoration: none;
}

.titlediv {
	margin: 20px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.tablediv table {
	width:1000px;
	border-collapse: collapse;
	border-spacing: 0px;
}

.tablediv table tr {
	height:40px;
	border-bottom: 1px dotted #E6E9ED;
}

.tablediv table tr:first-child {
	border-top: 1px dotted #E6E9ED;
}

.tablediv table tr td {
	font-size: 9pt;
	color: #434A54;
	position: relative;
	vertical-align: middle;
}

.clum {
	width:148px;
	font-weight: 700;
}

.clumcontext {
	width:698px;
	font-weight: 700;
}

.editbtn {
	margin-right: 3px;
}

.bottomdiv {	
	padding-top: 20px;
}

.okbtn {
	background-color: #DD0000;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 68px ;
	height: 24px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;
	outline-style: none;
	font-family: "微软雅黑";
	width: 68px;
	height: 24px;
	margin-left:5px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}

.okbtn:focus,.okbtn:hover{
	background-color:  #F73500;
	color: #FFF;
}