#float {
	width: 98px;
	position: fixed;
	right: 10px;
	top: 20%;
	z-index: 1000;
}

#float-close {
	position: relative;
	left: 81px;
}

#float-notice {
	border: solid 1px #d4d4d4;
	font-size: 14px;
	height: 200px;
	margin-top: 4px;
	background-color: #ffffff;
}

#float-notice-title {
	color: #1f4e83;
	text-align: center;
	height: 28px;
	font-weight: bold;
	border-bottom: solid 1px #d4d4d4;
	font-size: 16px;
	line-height: 28px;
	background-color: #f4f4f4;
}

#float-notice-title span {
	font-weight: bold;
	color: #1f4e83;
}

#float-notice-body {
	padding: 6px;
	line-height: 22px;
}

#float-notice-body span {
	line-height: 18px;
	padding: 8px 0px;
	color: #2c2c2c;
	font-size: 12px;
	text-align:justify;
}

#float-icons {
	border: solid 1px #d4d4d4;
	margin-top: 0px;
	border-top: none;
	background-color: #ffffff;
}