table {
    border-collapse: collapse;
    border-spacing: 0;
}
.mod-panel{
	width:100%;
	max-width: 960px;
	margin:0 auto 30px;
	_width:960px;
}
.mod-panel .hd{
	padding-top: 15px;
	margin-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1{
	font-weight: normal;
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd p{
	font-size:16px;
	color:#bdbdbd;
}
.mod-panel .bd{
	width:100%;
	max-width:549px;
	margin:0 auto;
	_width:549px;
}
@media screen and (max-width: 1023px) {
	.mod-panel .hd{
		padding-top: 0;
		line-height: 22px;
	}
	.mod-panel .hd h1{
		font-size: 16px;
		color: #333;
	}
	.mod-panel .search{
		margin: 0 auto 20px;
	}
	.mod-panel .search .input-text{
		padding:8px 20% 8px 8px;
	}
	.mod-panel .search .input-submit{
		height: 38px;
		line-height: 38px;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px){
	.mod-panel .hd{
		text-align: left;
	}
	.mod-panel .hd p{
		font-size: 14px;
	}
	.mod-panel .search{
		margin: 0 0 20px;
	}
	.mod-panel .bd a{
		float: none;
		*position: static;
	}
	.mod-panel th, .mod-panel td{
		padding: 6px 4px;
	}
	.mod-panel .ft{
		padding-top: 15px;
	}
	.mod-panel .ft p{
		margin-bottom: 10px;
		line-height: 22px;
		text-align: left;
	}
}