.ShowOnPrint {
	display: inline;
}
.HideOnPrint {
	display: none;
}
Input, textarea {
	background-color: transparent;
}
Input {
	border-width: 0px 0px 2px 0px;
	border-color: #000;
}
textarea {
	border-width: 0px;
}
