body {
	margin-bottom: 4em;
}

.center {
	clear: both;
	background:#FFF;
	border: 1px solid #e6e9ed;
}

.table {
	display:table;
	width: 100%;
}

.row {
	display:table-row;
}

.center .table .row > div {
	border-bottom:1px solid #e6e9ed;
	display:table-cell;
	vertical-align:middle;
}

.name {
	text-align:left;
	padding:1.1em 0 1.1em 0.8em;
	width: 5.8em;
}

.same {
	text-align:left;
}

.same input {
	border-style:none;
}

.btndiv {
	background-color: #F5F7FA;
	padding:0.8em;
}

.btndiv input {
	background-color: #DD0000;
	height: 3em;
	font-size: 1.2em;
	color: #FFFFFF;
	font-family: "微软雅黑";
	border: 0px ;
	outline-style: none ;
	display: inline-block;
	cursor: pointer;
	width: 100%;	
}

.span3 {
	font-size: 1.2em;
}