#frm {
	position: relative;
	height: 125px;
	width: 100%;	
	font-size: 2em;
	font-weight: bold;
	overflow: hidden;
	padding: 0.5em;
}
#frm span {
	position: relative;
	text-align: center;
	z-index: 1;
}
#mtxform {
	position: relative;
	z-index: 10;
	height: 0 !important;
}
.hidden {
	visibility: hidden;
}

