html {
	margin: 0px;
	padding: 0px;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
	font: #434a54;
	font-size:9pt;
}

.titlediv {
	margin: 22px;
	padding: 0px;
}

.contentdiv {
	margin: 0px 20px 20px 20px;
}

.spanred {
	color:#DD0000;
}

.spanred,.spanlabel {
	font-weight: 700;
}

.datarowdiv {
	padding: 10px 0px;
	border-bottom: 1px dotted #E6E9ED;
}

.datarowdiv:first-child {	
	border-top: 1px dotted #E6E9ED;
}

.labeldiv {
	height: 18px;
}

.typespandiv {
	font-weight: 700;
}

.checkspandiv {
	margin: 4px 0px 11px;
	font-weight: 700;
}

.goodstypediv input[type="radio"] {
	width: 13px;
	height: 13px;
	margin: 0px 3px 0px 0px;
}

.goodstypediv span {
	display: inline-block;
	margin-top: -8px;
	vertical-align: middle;
}

.goodstypediv {
	margin-top: 8px;
}

.goodstypediv select {
	width: 305px;
	height: 24px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
}

.goodstypediv input[type="text"] {
	width: 305px;
	height: 24px;
	outline-style: none;
	font-family: "微软雅黑";
	color: #434A54;
	font-size: 9pt;
	border: 1px solid #E6E9ED;
}


.rowsdiv {
	margin-top:12px;
}

.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;
}