body {
	font-family: "微软雅黑";
	font: #434a54;
	font-size:9pt;
	color: #434A54;
}

input {
	font-family: "微软雅黑";
	font-size: 9pt;
	color: #434A54;
}

.dir {
    font-size: 9pt;
    color: #434A54;
}
.div {
    display: block;
    margin: 20px 20px 0px;
    padding: 0px;
}

.titlediv {
	margin: 20px 10px 0px 10px;
	font-size: 9pt;
	padding-bottom: 15px;
	border-bottom: 1px dotted #E6E9ED;
}

.context {
	margin: 20px 20px;
}

.optiondiv {
	padding-top:11px;
	border-bottom: 1px dotted #E6E9ED; 
	border-top: 1px dotted #E6E9ED;
	display: table;
	border-collapse: collapse;
}

.optionrow {
	display: table-row;
}

.shiplistdiv {
	display:table;
	border-collapse: collapse;
}

.checkboxdiv {
	width:50px;
	display: table-cell;
	padding: 0.8em 0em;
	vertical-align: middle;
}

.shipnamediv {
	width:100px;
	display: table-cell;
	padding: 0.8em 0em;
	vertical-align: middle;
}

.shipfeediv {
	width:850px;
	display: table-cell;
	padding: 0.8em 0em;
	vertical-align: middle;
}

.option {
	font-size: 9pt;
	font: #434a54;
	font-family: "微软雅黑";
	font-weight: 700;
}

.listdiv {
	border-bottom: 1px dotted #E6E9ED;
	display:table-row;
}

.textbox {
	width:80px;
	border: 1px solid #E6E9ED;
	height:20px;
	color: #434A54;
}

.bottomdiv {
	width: 1000px;
	margin: 0px 0px 20px 20px;
	clear: both;
}

.btnsubmit {
	background-color: #DD0000 ;
	color: #FFF ;
	border: 0px ;
	outline-style: none ;
	font-family: "微软雅黑";
	width: 72px ;
	height: 25px ;
	font-size: 9pt;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	cursor: pointer;
}

.btnsubmit:hover,.btnsubmit:focus {
	background-color:  #F73500;
	color: #FFF;
}

.backbtn {
	background-color: #F5F7FA;
	color: #434a54;
	border: 1px solid #E6E9ED;;
	outline-style: none;
	font-family: "微软雅黑";
	width: 75px;
	height: 25px;
	margin-left:10px;
	font-weight: 700;
	font-size: 9pt;
	text-align: center;
	cursor: pointer;
}

.backbtn:hover,.backbtn:focus{
	background-color:#FFF;
}
