.indent {
	background: #000 url(../images/sign-up-bg.jpg) top left no-repeat; 
}

.section {
	margin-top: 25px;
}

.section .medium_text.white {
	line-height: 1.4em;
}

.checkbox_list li {
	float: left;
	color: #fff;
	width: 25%;
	margin-top: 6px;
}

.checkbox_list li label {
	margin-left: 6px;
}

.input {
	background-color: #fff;
	padding: 0 6px;
	width: 364px;
	margin: 8px 0 0 0;
	height: 26px;
}

.input input {
	background-color: #fff !important;
	border: none !important;
	width: 100%;
	font-size: 0.9em !important;
	height: 1.2em;
	font-weight: bold;
	margin-top: 7px;
}

.input.textarea {
	height: 52px;
	padding: 0 0 0 4px;
	width: 372px;
}

.input.textarea textarea {
	background-color: #fff !important;
	border: none !important;
	width: 368px;
	font-size: 0.9em !important;
	height: 40px;
	font-weight: bold;
	margin-top: 7px;
}

.input.select label {
	font-size: 0.9em !important;
	height: 1.2em;
	font-weight: bold;
	color: #848589;
	float: left;
	margin: 7px 0 0 1px;
}

.input.select select {
	background-color: #fff !important;
	width: 178px; 
	font-size: 0.9em !important;
	height: 1.2em;
	margin-top: 4px;
	margin-left: 10px;
	float: right;
}

.submit_button {
	width: 376px;
	height: 18px;
	margin-top: 8px;
}

.submit_button input {
	float: right;
	color: #000;
	background: url(../images/grey-submit-button.png) top right no-repeat !important;
	height: 18px;
	color: #fff;
	line-height: 16px;
	text-align: center;
	width: 62px;
	font-size: 11px !important;
	font-weight: bold;
	border: none !important;
	cursor: pointer;
}

.submit_button input:hover {
	text-decoration: underline;
}

.error_message, .notice_message {
	width: 545px;
	padding: 10px;
	color: #fff;
	margin: 8px 0 -15px 0;
	width: 712px;
}

.form_complete {
	padding-bottom: 100px;
	width: 75%;
	color: #fff;
}

.form_complete p {
	margin-top: 25px;
}