@charset "UTF-8";
#btn {
	text-align: center;
	margin-top: 40px;
}
#btn li {
	display: inline-block;
	height: 40px;
	width: 160px;
	margin-right: 10px;
	margin-left: 10px;
}
#btn li a {
	display: block;
	color: #fff;
	background-color: #55b1cb;
	height: 40px;
	width: 160px;
	font-size: 18px;
	line-height: 40px;
	text-decoration: none;
}
.on {
	opacity: .60; 
	filter: alpha(opacity=60); 
	-ms-filter: "alpha(opacity=60)"; 
	-khtml-opacity: .60;
	-moz-opacity: .60;
}

.box   {
	background-color: #f5f5f5;
	width: 920px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px;
}
#team .wrap.box table {
	background-color: #216bb5;
	width: 920px;
}
#team .wrap.box table tr th {
	background-color: #216bb5;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #f5f5f5;
	font-weight: normal;
	color: #fff;
	padding: 10px;
	border-bottom-color: #f5f5f5;
}
#team .wrap.box table tr td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #f5f5f5;
	border-bottom-color: #f5f5f5;
	color: #fff;
	padding: 10px;
}
#team .wrap.box table tr .bg1 {
	background-color: #5694d2;
}
#team .wrap.box table tr .bg2 {
	background-color: #85b3e1;
}
#team .wrap.box table tr td a {
	color: #fff;
	text-decoration: none;
	background-color: #55b1cb;
	text-align: center;
	display: block;
	height: 40px;
	width: 100px;
	line-height: 40px;
	background-image: url(images/icon.png);
	background-position: 100px center;
	background-repeat: no-repeat;
	padding-right: 40px;
	border: 1px solid #79bed1;
}
