#iframe {
	display: block;
	padding: 0 9px 9px 0;
	margin: 10px auto;
	background: url(/images/shadow_iframe.png) no-repeat bottom right;
	_background: #d8b88c url(/images/shadow_iframe.gif) no-repeat bottom right;
	width: 740px;
	height: 600px;
	border: none;
	}
@media print {
	#iframe {
		width: 700px;
		margin: 0;
		}
	#content {
		margin-left: 0;
		}
	}
