body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 100%;
}

.div {
	display: block;
    margin: 20px 20px 5px 20px;
    padding: 0px;
}

.dir {
	font-size: 9pt;
	color: #434A54;
}

.center .table {
	display: table;
	width: 80%;
	font-family: "微软雅黑";
    margin:10px 20px;
	
}

.center{
	margin: 0 auto;
	padding: 0px;
	/*margin: 0px 20px 0px 20px;*/
}

.center .table .row {
	display: table-row;
	
	background-color: #FFF;
	
}



.center .table .row .col1 {
	display: table-cell;
	width: 100px;
	padding: 8px 10px 8px 0px;
	
	border-top: 1px dotted #E6E9ED;
	/*border-bottom: 1px solid #E6E9ED;*/
	text-align:left;
}

.center .table .row .col1>input {
	width:100px;
	border: 1px solid #E6E9ED
}
.center .table .row .col2 {
	display: table-cell;
	padding: 8px 10px 8px 10px;
	border-top: 1px dotted #E6E9ED;
	/*border-bottom: 1px solid #E6E9ED;*/
	text-align:left;	
}

.center .table .row .col2>input {
	width:200px;
	border: 1px solid #E6E9ED
}


.center .table .row .colb1 {
	
	cursor:pointer;
	color: #DD0000;
}

.center .table .row .colbut1 {
	
	
	
}

.center .table .row .colbut2 {
	
	
	
}

.center .table .row .col1 .span1{
	font-size: 9pt;
	color: #434A54;
	/*font-weight: 700;*/
}

.center .table .row .col1 .span1w{
	
	font-weight: 700;
}

.center .table .row .col2 .span2w{
	
	font-weight: 700;
}

.center .table .row .col1 .spanb1{
	font-size: 9pt;
	color: #DD0000;
	/*background-image:url('/image/add.gif');
	background-repeat:no-repeat;
    background-attachment:fixed;
    background-position:top left;*/
}


.center .table .row .col1 .spanbut1{
	background-color: #DD0000;
	color: #FFF;
	font-weight: 700;
	padding: 3px 20px;
	outline-style: none;
	
	font-size: 9pt;
	text-align: center;
	font-family:'Microsoft YaHei';
    cursor:pointer;	
}

.center .table .row .col1 .spanbut1:hover{
	background-color:  #F73500;
	
}

.center .table .row .col2 .span2{
	font-size: 9pt;
	color: #434A54;
	/*font-weight: 700;*/
}