.mod-panel,.mod-translate{
	width:100%;
	max-width: 752px;
	margin:0 auto 50px;
	_width:752px;
}
.mod-panel .hd,.mod-translate .hd{
	padding-top: 15px;
	margin-bottom: 15px;
	line-height: 30px;
	text-align: center;
}
.mod-panel .hd h1,.mod-translate .hd h1{
	font-weight: normal;
	font-size: 24px;
	color:#212121;
}
.mod-panel .hd p{
	font-size:16px;
	color:#bdbdbd;
}

.mod-panel .search{
	position: relative;
	width: 100%;
	max-width:480px;
	margin:0 auto 50px;
	*zoom: 1;
}
.mod-panel .search .input-text{
	display: block;
	width:70%;
	height: 20px;
	border:1px solid #ebebeb;
	padding:10px 20% 10px 8px;
	line-height: 20px;
	outline: none;
}
.mod-panel .search .input-submit{
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 999;
	height: 42px;
	width: 22.5%;
	background: #4bae4f;
	border:medium none;
	line-height: 42px;
	vertical-align:middle;
	font-size:16px;
	color: #fff;
	cursor:pointer;
	outline: none;
}
.mod-panel table{
	width: 100%;
	background: #fff;
}
.mod-panel th,.mod-panel td{
	padding:9px 15px;
	border:1px solid #ebebeb;
	line-height: 24px;
	text-align: center;
}
.mod-panel th{
	background: #f5f5f5;
	font-size:16px;
	color:#212121;
}
.mod-panel .th{
	color: #212121;
}

.mod-translate .editor{
	margin-bottom:24px;
	border:1px solid #ebebeb;
	background:#f5f5f5;
}
.mod-translate .tool{
	line-height:45px;
	text-align:right;
	_padding:6px 0;
}
.mod-translate .tool input{
	width:90px;
	height:32px;
	margin:0 8px;
	border:medium none;
	background:#fff;
	text-align:center;
	color:#4bae4f;
	outline:none;
	cursor:pointer;
}
.mod-translate .editor textarea{
	display:block;
	width:98%;
	height:280px;
	padding:10px 1%;
	border:medium none;
	line-height:25px;
	resize:none;
	overflow: auto;
}
.mod-translate .buttons{
	margin-bottom:20px;
	text-align:center;
}
.mod-translate .buttons input{
	width:108px;
	height: 42px;
	margin:0 8px;
	border:medium none;
	background:#4bae4f;
	line-height:42px;
	font-size:16px;
	color:#fff;
	outline:none;
	cursor:pointer;
}
.mod-translate .setting{
	margin-top: -10px;
}
.mod-translate .setting p{
	margin-bottom: 20px;
	line-height: 24px;
}
.mod-translate .setting input{
	width:18px;
	height:18px;
	margin-right:8px;
	vertical-align:middle;
}
.mod-translate .setting label{
	display: inline-block;
	width:170px;
	margin-right: 7px;
}