body {
	background: #FFF;
}

#contentInner * {
	margin: auto;
	padding: auto;
	color: #000;
}
#contentInner li {
	margin: auto;
	padding: auto;
}

#winWaxWrapper {
	width: 950px;
	height: 797px;
	position: relative;
	background: url(/images_gl/wax_and_win_back.jpg);
	border-top: 10px solid #f0f0f0;
	border-bottom: 10px solid #f0f0f0;
}

#HawaiianAir {
	position: absolute;
	width: 192px;
	height: 52px;
	top: 720px;
	left: 420px;
	overflow: hidden;
	text-indent: -300em;
}

#unclaimedBtn {
	border-top: 20px solid #f0f0f0;
}
#unclaimedBtn a {
	padding: 6px;
	color: #fff;
	background: #000;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#unclaimedBtn a:hover {
	text-decoration: underline;
}

#responseContain {
	position: absolute;
	bottom: 30px;
	left: 29px;
	height: 406px;
	width: 346px;
	text-align: center;
	white-space: nowrap;
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: bold;
	display: none;
}
#responseContain table td {
	vertical-align: middle;
	text-align: center;
	height: 406px;
	width: 346px;
	white-space: normal;
}
#responseContain .hilite{
	color: #f31d26;
}
#responseContain .sml {
	font-size: 14px;
	line-height: 18px;
}

#formContain {
	position: absolute;
	bottom: 17px;
	left: 19px;
	width: 343px;
	height: 407px;
	background: #FFF;
	color: #000;
	padding: 12px 20px 10px 12px;
	font-size: 12px;
	line-height: 18px;
}
#formContain * {
	font-family: Arial, Helvetica, sans-serif;
}
#theForm .guide {
	color: #999;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 8px 0;
}
#theForm label {
	clear: both;
	float: left;
	display: inline;
	width: 173px;
}
#theForm .req {
	color: #f31d26;
	padding: 0 3px 0 0;
}
#theForm input, #theForm span {
	float: left;
	display: inline;
}
#theForm span input, #theForm span label {
	float: none;
}
#theForm input {
	font-size: 11px;
}
#theForm input, #theForm select {
	width: 152px;
}
#theForm input.chkBox {
	width: auto;
}
#theForm label.chkBox {
	width: auto;
	display: inline;
	padding: 0 8px 0 3px;
}
#theForm input.sml {
	width: 22px;
	margin: 0 2px 0 0;
}
#theForm input.med {
	width: 55px;
}

#theForm .formRow.hilite {
	background-color: #f31d26;
	width: 100%;
	height: auto;
}
#theForm .col1 {
	width: 173px;
	float: left;
	margin: 6px 0 0 0;
}
#theForm .col2 {
}

#theForm .formRow {
	clear: both;
	margin: 0 0 4px 4px;
	height: 20px;
	width: 343px;
}

* html #theForm .formRow {
	height: auto;
}

#theForm #btnSubmit {
	width: 170px;
	padding: 6px;
	color: #fff;
	background: #000;
	border: none;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#theForm .hilite label {
	margin: 6px 0 6px 8px;
	width: 165px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
#theForm .hilite input {
	margin: 6px 6px 6px 0;
}