html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	color: #434a54;
	font-size:9pt;
}

ul {
	margin:0px;
}

.aimg {
	color:#DD0000;
}

.remarkspan {
	display: inline-block;
	left: 360px;
	color: rgb(153, 153, 153);
	position: absolute;
	bottom: 12px;
}

.titlediv {
	margin: 22px 20px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.spanred {
	color:#DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.datarow {
	padding: 14px 0px 8px 0px;
	border-bottom: 1px dotted #E6E9ED;
	position: relative;
}

.datarowdiv {
	height:72px;
	border-bottom: 1px dotted #E6E9ED;
}

.datarowdiv:first-child {
	height:68px;
	border-top: 1px dotted #E6E9ED;
}

.labeldiv {
	height: 18px;
	padding-top: 12px;
}

.rowsdiv {
	margin-top:12px;
	position: relative;
}

.imgoutdiv {
	border-top: 1px dotted #E6E9ED;
	border-bottom: 1px dotted #E6E9ED;
}

.imgdiv {
	margin: 8px 0px 0px;
	min-height: 300px;
}

.imgdiv img {
	width:300px;
	min-height:300px;
	height:auto;
	margin:0px 5px 0px 0px;
	
}
.imgmindiv {
	margin: 8px 0px 0px;
	min-height: 160px;
}

.imgmindiv img {
	width:160px;
	min-height:160px;
	height:100%;
	margin:0px 5px 0px 0px;
	
}

.sizemsg {
	padding:10px 0px;
	position: relative;
}

input[type="text"] {
	width: 300px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
	margin-top: 8px;
}

select {
	width: 300px;
	height: 20px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
}

input[type="text"]:hover,input[type="text"]:focus,select:hover,select:focus {	
	border: 1px solid #DD0000;
}

.bottomdiv {
	padding-top:14px;
	clear: both;
}

.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;
}