﻿/*  This stylesheet is to allow users to print the
    coupons only, without any other element on the screen.
    
    It is used by   'discount.htm'
    
    Created on: 01/26/2009
    By: DataSiee
*/

#msg {
	visibility:hidden;
	display:none;
}

body {
	
	margin: 0;
	padding: 0;
	visibility: hidden;
}

table#for_print {
	visibility: visible;
	display: block;
	margin: 0 auto;
	padding: 0;
	position: relative;
	top: -350px;
}