
#tab ul {
margin-left:-40px;
margin-right:40px;
}
#tab li {
  font-size: 12px;
  float: left;
  padding: 10px;
  list-style: none;
  cursor: pointer;
  background: #eee;
}
#tab li.select {
  background: #666;
  color: #fff;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
}

div#border-table {
  font-size: 14px;
}
div#border-table td {
	border: 1px solid #CCCCCC;
}
div#border-table th {
	border: 1px solid #CCCCCC;
	background-color: #CCCCCC;
}