@charset "utf-8";
/* CSS Document */

#pageflip {
	position: absolute;
	top:0;
	right:0;
}
#pageflip img {
	width: 40px; height: 41px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 40px; height: 40px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../images/subscribe_grey.png) no-repeat right top;
	text-indent: -9999px;
}
