body {
	background: #000000;
}
.signup_container {
	width: 960px;
	margin: 0px auto;
/*	background: #000000;*/
}
.signup_container #wrapper {
	background: none;
}
#content {
	padding: 70px 0px 95px;
	width: 867px;
	margin: 0 auto;
}
h1 {
	background: url('/images/logos/logo_web_large.jpg') no-repeat;
	width: 800px;
	height: 309px;
	margin: 0 auto;
}
h1 span {
	display: none;
}

a:visited {  font-weight:normal; }

#content p {
	margin: 0px 0px 20px;
	font-size: 14px;
	line-height: 1.8em;
	color: #868686;
}
#content p a {
	font-size: 14px;
	text-decoration: none;
}
#content .generic_form {
	margin-top: 8px;
}
#content .generic_form .form_row label {
	width: 57px;
}
#content .generic_form .form_row span.input {
	margin-left: 60px;
}

#content .generic_form .form_row span.input input {
  width:98%;
}

input {
	background: #383838;
	border: 1px solid #2c2c2c;
	color: #969696;
	padding: 2px;
	position: relative;
	top: -2px;
	width:100%;
}
.button input {
	top: 0px;
}
.home_upperleft {
  margin:auto 4px;
	background-color : #2F2F2F;
	background-image : url('/images/bg/home_top_left.gif');
	background-repeat : no-repeat;
	background-position : top left;
	float: left;
	width: 208px;
}
#content .home_upperleft h2 {
	background: url('/images/join_us.gif') no-repeat;
	width: 165px;
	height: 50px;
	margin-top:0px;
	margin-bottom: 0px;
}
#content .home_upperleft h2 a {
	display: block;
	width: 100%;
	height: 100%;
}
#content .home_upperleft h2 span {
	display: none;
}
#content .home_upperleft h3 {
	padding-right: 4px;
}
#content .home_upperleft p {
	display: inline;
	margin: 0px;
	font-size: 12px;
	line-height: 2.2em;
}

.home_upperright{
	background-image : url('/images/bg/home_top_right.gif');
	background-repeat : no-repeat;
	background-position : top right;
}
.home_lowerleft{
	background-image : url('/images/bg/home_bottom_left.gif');
	background-repeat : no-repeat;
	background-position : bottom left;
}
.home_lowerright {
	background-image: url('/images/bg/home_bottom_right.gif');
	background-repeat: no-repeat;
	background-position: bottom right;
	color: #868686;
	padding: 32px 16px 32px 16px;
	text-align: center;
	min-height: 162px;
}


.home_lowerright a.apply_now { padding-top: 20px; display: block; font-size: 16px; }

* html .home_upperleft {
	margin-right: 6px;
}
* html .home_lowerright {
	height: 162px;
	padding-right: 2px;
}

* html .home_lowerright span.input a {
	width: 100px;
	position: absolute;
}