@charset "utf-8";
body{
        background-color: white;
        background-image: url(white.gif);
}
.print_form {
	height: 100%;
	width: 600;
	position:absolute;
	z-index:1;
        top: 0px;
        left: 0px;
        right: 0px;
        background-color: white;
        background-image: url(white.gif);
        z-index: 88;
        display: table
}


.hide{
        display: none;
		  width: 1px;
		  height: 1px;
}
.overflows{
	height: 100%;
	width: 600;
	position:absolute;
	z-index:1;
	overflow: visible;
	top: 0px;
	left: 0px;
   right: 0px;
}
table, td, body{
	width: auto;
	margin: 0px;
	padding: 0px;
}