body {
	background: #FFF;
}

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

#contactWrapper {
	width: 950px;
	height: 690px;
	position: relative;
	background: url(/images_gl/sign-up_back.jpg) no-repeat;
	border-top: 10px solid #f0f0f0;
	border-bottom: 10px solid #f0f0f0;
}


#responseContain {
	padding: 45px 20px 10px 40px;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	line-height: 30px;
	color: #000;
	display: none;
}




#formContain {
	width: 524px;
	padding: 36px 20px 10px 33px;
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
#formContain * {
	font-family: Arial, Helvetica, sans-serif;
}
#theForm .guide {
	color: #000;
	font-size: 12px;
	line-height: 14px;
	margin: 0 0 22px 0;
}
#theForm label {
	clear: both;
	float: left;
	display: inline;
	width: 167px;
	color: #000;
	font-size: 12px;
	padding: 0 10px 0 0;
}
#theForm .req {
	color: #f31d26;
	padding: 0 3px 0 0;
}
#theForm input, #theForm textarea, #theForm span, #theForm select {
	float: left;
	display: inline;
}
#theForm span input, #theForm span label {
	float: none;
}
#theForm input, #theForm textarea {
	font-size: 11px;
	width: 292px;
}
#theForm textarea {
	height: 130px;
}
#theForm select {
	width: 160px;
}
#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 input.lrg {
	width: 110px;
}

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

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

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

#theForm #btnSubmit {
	width: 90px;
	padding: 6px;
	color: #fff;
	background: #000;
	border: none;
	font-size: 16px;
	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;
}
