@CHARSET "UTF-8";
body{
	background:#737373
}
.container{
	width:100%;
	padding-bottom:50px;
	background:#fff;
}
#ctrler{
	padding:15px 0 30px;
}
.row{
	padding:10px 0;
}
.row,#ctrler{
	width:90%;
	max-width:640px;
	margin:auto;
}
#ctrler{
	height:46px;
}
#ctrler input{
	margin: 0 5px;
	padding:5px 8px;
	border:1px solid #c0c0c0;
	color:#fff;
	border:0;
	font-size:14px;
}
#ctrler input:first-child{
	background:#ff8040;
}
#ctrler input:nth-child(2){
	background:#008040;
}
#ctrler input:last-child{
	background:#0080c0;
	float:right;
}
#ctrler input:hover{
	opacity: 0.6;
}
#ctrler input:disabled{
	opacity:0.1;
}

.hdtitle{
	font-size:14px;
	font-weight:bold;
	padding-top:30px;
	padding-bottom:0;
}
#dt{
	width:120px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	margin-top:0;
}
#dt,select{
	border:0;
	background:transparent;
}
#content,#contentEditor{
	text-align: justify;
	text-justify: inter-ideograph;
	word-wrap:break-word;
	color:#2f2f2f;
}#contentEditor{
	min-height:200px;
}
#content p,#contentEditor p {
	line-height: 1.75;
	text-indent:2em;
	padding-bottom:10px;
	font-size:16px;
}
#content img, #content video,#contentEditor img,#contentEditor video {
	max-width: 85%;
}
#content p img,#content p video,#contentEditor p img,#contentEditor p video{
	margin-left:-2em;
}
#content table,#contentEditor table{
	width:100%;
}
#content table tr:first-child,#contentEditor table tr:first-child{
	background:#f5f5f5;
}
#content td,#contentEditor td{
	padding:5px;
	border:1px #ddd solid;
}
#content td p,#contentEditor td p{
	text-indent:0;
}
#contentEditor{
	border-bottom:1px solid #c0c0c0;
}
.row input[type=submit],.row input[type=button]{
	width:100%;
	height:36px;
	color:#fff;
	border:0;
}
.row input[type=button]{
	margin-bottom:15px;
}
.row input[type=submit]{
	margin:15px 0;
	background:#008000;
}
.row input[type=button]{
	background:#0080c0;
}
.row input[type=radio]{
	vertical-align: middle;
	margin-top:-4px;
	border-radius:20px;
}
.row input[type=radio]:checked{
	background:#0080ff;
}
.row input[type=submit]:hover,.row input[type=button]:hover{
	opacity:0.6
}
#updtime{
	height:36px;
	border:0;
}
.txt-center{
	text-align:center;
}

#hdarea{
	width:90%;
	max-width:640px;
	margin: auto;
	font-size:12px;
}
#hdarea tr:first-child{
	font-weight:bold;
}
#hdarea td{
	padding:10px 5px;
	text-align:center;
	border:1px solid #c0c0c0;
}

footer {
	width: 100%;
	color:#fff;
	margin-top:20px;
	padding: 25px 3%;
}

footer p {
	font-size: 12px;
	text-align: center;
}
footer a{
	color:#fff
}
footer a:hover{
	color:#ff0000
}
#footewm{
	width:80px;
	height:80px;
}