@charset "utf-8";

* {
	border: 0;
	margin: 0;
	padding: 0;
}

body {
	background: #092369;
	color: #4B4E52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 24px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.formLabel {
	color: #FFF;
	font-size: 15px;
}

#goBtn {
	position: relative;
	left: 10px;
	top: 8px;
}

#hiddenSubmit {
	display: none;
}

#mainContent {
	margin: 35px auto 0 auto;
}

#omniture {
	display: none;
}

.text1 {
	color: #092369;
	font-size: 48px;
	font-weight: bold;
	line-height: 48px;
}

.text2 {
	color: #E20404;
	font-size: 34px;
	font-weight: bold;
	line-height: 32px;
}

.text3 {
	color: #E20404;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.text4 {
	color: #092369;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.text5 {
	color: #092369;
	font-size: 12px;
	font-weight: bold;
}

.textfieldRequiredState .textfieldRequiredMsg, 
.textfieldInvalidFormatState .textfieldInvalidFormatMsg, 
.textfieldMinValueState .textfieldMinValueMsg,
.textfieldMaxValueState .textfieldMaxValueMsg,
.textfieldMinCharsState .textfieldMinCharsMsg,
.textfieldMaxCharsState .textfieldMaxCharsMsg
{
	background-color: #FFF;
	left: 70px;
	padding: 0 .5em;
	position: absolute;
	top: 5px;
	z-index: 2;
}

#errMsgs {
	margin-left: 30px;
	width: 250px;
	background-color: white;
	color: red;
}

.input {
	background-color: #FFF;
	font-weight: bold;
	font-size: 1.3em;
	font-family: "Courier New", Courier, monospace;
}
