/* 
    print-preview.css
    Screen media only, tells the user what happened if she prints the page
    Copyright 2007 web2dev.it
 */
@import url('print.css');
p#printPreviewMsg {display:block;border:1px solid #666;background:#eaeaea;padding:10px 10px;}
