@media screen{
	#mcMaskBg{
		position: absolute; 
		width: 100%; 
		height:  100%; 
		z-index: 9000; 
		left: 220; 
		top: 30;
		background-color: #FFFFFF;
	}
	#mcMaskMessage{
		position: absolute; 
		padding:200px 0px 0px 200px; 
		width: 400px; 
		height: 400px; 
		z-index: 9001; 
		left: 220; 
		top: 30;
		background: transparent url(mask_error.gif) 100px 180px;
		background-repeat: no-repeat;
	}
	.printonly{display: none !important;}
}
@media print{
	.noprint{display: none !important;}
}
