@charset "UTF-8";

#docWrap {
	margin-left: 10px;
	float: none;
	width: 570px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	color: #333333;
	clear: both;
}

.btnS a {
	height: 16px;
	width: 16px;
	background-color: #AA045F;
	display: block;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.btnS a:hover {
	background-color: #FFCC00;
}
.btnM a {
	height: 16px;
	width: 16px;
	background-color: #FF6600;
	display: block;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.btnM a:hover {
	background-color: #FFCC00;
}
.btnL a {
	height: 16px;
	width: 16px;
	background-color: #AA045F;
	display: block;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.btnL a:hover {
	background-color: #FFCC00;
}
/* Hotiesdesk */
.docInnerHD {
	font-size: 14px;
	line-height: 22px;
	color: #333333;
}

