td {
	padding-bottom: 10px;
}

#feature {
	float: left;
	margin: 10px;
}

.team_photo {
	margin-right: 10px;
}

div.press_column_1 {
	width: 95px;
	margin-right: 10px;
	float: left;
}
div.press_column_2 {
	width: 460px;
	float: left;
}


.press_release_date, .team_header {
	color: #C52B00;
}

.left_column {
	float: left;
	width: 250px;
}

.right_column {
	float: right;
	width: 250px;
}

.form_left {
	float: left;
	width: 170px;
	margin-right: 10px;
}
.form_right {
	float: right;
	width: 170px;
}

fieldset {
	margin-bottom: 1em;
}
fieldset input, select, textarea {
	border: 1px solid #676767;
	width: 145px;
}
fieldset textarea {
	width: 330px;
	overflow: auto;
}
fieldset input.submit {
	border: none;
	width: 72px;
}
fieldset span.validation {
	display: none;
}

fieldset input.reset {
	cursor: pointer !important;
	background-image: url('/resource/img/global/buttons/btn-reset.jpg');
	background-repeat: no-repeat;
	width: 67px;
	height: 36px;
	border: none;
	position: relative;
	top: -11px;
	//top: -4px;
}

.select_box, label {
	float: left;
	margin-top: 7px;
	margin-right: 5px;
}
fieldset span.checkbox input {
	width: 15px !important;
	border: none;
	margin-left: 5px;
}

#privacy {
    text-align: justify;
}

#privacy h3, #terms h3 {
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}

#terms .heading {
    font-weight: bold;
    margin-left: 0;
}

#terms p {
    margin-left: 30px;
}

#terms ul {
    margin-left: 60px;
}

td p {
    _font-size: 62.5%;
}