#page {
	width: 508px;
}

#page .printpreview {
	float: right;
}

#page .printpreview .printicon {
	display: block;
	width: 16px;
	height: 16px;
	background-image: url('../media/images/printpreview.png');
	background-position: bottom center;
	background-repeat: no-repeat;
}

/* for IE */
#page .printpreview a:hover {
	cursor: hand;
}

#page .printinfo {
	display: none;
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    border: 1px solid #FF6600;
    background-color: #EEEEEE;
	width: 300px;
}