#myTab ul {
	width: 100px;
	background: #ECF0F1;
	height: 40px;
	border:0px solid red;
}

#myTab li{
	
	width: 100%;
	margin-top:6px;
	height: 40px;
	line-height: 40px;
	
}

#myTab li a {
	width: 100%;
	line-height: 40px;
	height: 40px;
	font-size:16px;
	text-align: center;
	background: #ECF0F1;
	border:0px solid red;padding-top:0px;
	
}

#myTab li a:hover {
	background: #009A53;
	color: #fff;
}

#myTabContent .tab-pane  input{
	margin: 15px 5px 5px 0px;
	font-size:16px;
}

#myTabContent .tab-pane  {
	
	font-size:16px;
}


.xxna {width: 60%;  float: left;}
.xxnr {width: 40%;  float: left}



#myTabContent .tab-pane {
	margin: 15px 15px 15px 15px;
}

#myTab .active a{background: #009A53;color: #fff;}

.input-group {
	margin-top: 15px;
	width:75%;
}

.input-group span:first-child {
	width: 160px;
}

.input-group span:last-child {
	width: 65px;
}

.inputnone {
	display: none;
}

.wz-step ul li {
	list-style-type: none;
}

table thead tr th {	text-align: center;}