/************************************************
SITE:        EVOKE ONLINE ART STORE
FILE:        print-preview.css 
DESCRIPTION: Used with the JS print preview
AUTHOR:      VOLCIOL - http://volicol.com
************************************************/

@import "print.css";

#preview-message {
	display:block;
	border: 1px dashed #CCC;
	background: #DDEEFF;
	padding: 2px 10px;
	margin: 20px;
	font-family: verdana, helvetica, sans-serif;
}