/** 独立页面 **/
/* 标签云集 */
.PostAuthor{display:none;}

#myarticle{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius:5px;
	/*width:740px;*/
	height:auto;
	overflow-y:hidden;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
}
p{
	text-indent: 2em;
	margin-bottom: 10px;
	line-height: 26px;
}
button{ border-style:none;
background:#FFF;
width:180px;
height:40px;
font-size:22px; font-family:"微软雅黑";
	margin:0px auto;
	text-align: center;
	background-color: #FFF;
	color: #ca0c16;
	border: thin solid #FFF;
	font-size: 16px;
	border: 1px solid #ca0c16;
	border-radius: 4px;
	width: 60%;
}
/*body {
	margin-left: 5px;
	margin-top: 10px;
}*/
#to_top001 {	position:fixed;
	right:20px;
	bottom:20px;
	width:50px;
	height:50px;
	z-index:1;
}
