@media print {
	#centralNotice {
		display: none;
	}
}

.cn-closeButton {
	display: inline-block;
	zoom: 1;
	/* @embed */
	background: url( close.png ) no-repeat;
	width: 20px;
	height: 20px;
	text-indent: 20px;
	white-space: nowrap;
	overflow: hidden;
}
