/* import existing print stylesheet */
@import "print.css";

/* set styles for the preview message */
#preview-message {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	display: block;
	padding: 10px;
	border: 1px solid #666;
	background: #ff6;
	filter:alpha(opacity=75);
	-moz-opacity:.75;
	opacity:.75;
}
#preview-message h3 {
	margin-bottom: 5px;
}
