.printableelement {
	display: none;
	margin-left: 15px;
	height: 140px;
	width: 700px;
	min-width: 700px;
	max-width: 700px;
}
.printableelement img {
	width: 100px;
	height: 100px;
}

@media Print
{
	body
	{
		visibility: hidden;
	}
	body, html, .printable {
		width: 760px;
		min-width: 760px;
		max-width: 760px;
	}
	.printableelement {
		 display: block;
	}
	.printable
	{
		 visibility: visible;
		 position: absolute;
		 top: 0px;
		 left: 0px;
	}
	html, body {
		margin: 0px;
		padding: 0px;
		background-color: #FFFFFF;
		background-image: none;
	}
	body, html, input, textarea, select, form, a, p, span, div, td, font, h1, h2, h3, ul, li, ol, sub, sup {
		color: #000000;
	}
	a {
		text-decoration: underline;
	}
	.noprint {
		display: none;
	}
}
