.stridx {
	font-weight: bold;
	font-size: 16px;
}
.regidx {
	font-size: 18px;
	text-align: center;
}
.header {
	font-family: "Minion Pro", "Minion Pro Cond", "Minion Pro Med";
	font-size: 20px;
	color: #000;
	background-color: #FFF7E7;
	text-align: center;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
input ,select,textarea{
	background-color: #CCC;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.stridx input {
	background-color: #FFF7E7;
}

