body {
	margin:0px auto; padding:0px;
	text-align:center;
	}

.comment, .reqComment { /* Standard Comment Definition */
	font-size:120%;
	width: 27em;
	text-align: right;
	vertical-align: middle;

} 

.noShow {
	visibility: hidden;
       	position:absolute;
	top: 0px;
}
input, textarea {  /* field general definition */
	font-size:120%;
	width: 15em;
	vertical-align: middle;
	margin: 0px auto;
} 
textarea {
	width: 67%;
}
.ivy {
	position: absolute; 
	left: 50%; 
	margin-left: -85px; 
	text-align: center;
}
.stateZip {
	position: relative;
/*	left: -4em;*/
}

.btn-sub {
	width: 10em;
	height: 2em;
	font-weight: bold;
	position: relative;
	position: relative;
	left: -2em;

	
}

.btn-clr {
	width: 5em;
	height: 2em;
	font-size:60%;
	font-weight: bold;
	position: relative;
	left: -3em;
}

.reqComment { /* required comment adjustment */
	color: red;
} 
