#pageflip {
	position: relative;
	right: 0; top: 0;
	float: right; 
}
#pageflip img {
	width: 40px; height: 42px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
}
#pageflip .msg_block {
	width: 40px; height: 40px;
	overflow: hidden;
	position: absolute;
	right: 0; top: 0;
	background: url(../flip/subscribe.png) no-repeat right top;
}