/* Prevent the newsletter button from dropping */
#contact-info .scfSubmitButtonBorder{
	padding: 0;
} 

/* Styles the submit button for the form */
.buttons-box input[type="submit"]{
	color: #fff;
	float: left;
	width: 80px!important;
	height: 24px;
	text-align: center;
	color: white;
	font-size: 16px;
	background: #007E3A;
	font-family: 'UniversLTStd67BoldCondensed',Arial,sans-serif;
	padding: 0 0 2px 2px;
}

/* Set the correct position for the required labels */
.form-table .scfSingleLineGeneralPanel,
.form-table .scfDropListGeneralPanel{
	position: relative;
	display: block;
	clear: both;
}
.form-table .scfValidator{
	position: absolute;
	top: 7px;
	*top: -24px;
	right: 0;
}
/* IE hacks for the above fix */
@media \0screen {
	.form-table .scfValidator{
		top: -24px;
	}
}
:root .form-table .scfValidator{
	top: -24px;\9;
}

/* Fix Captcha */
.form-table .scfCaptchTop{
	display: inline-block;
	float: left;
	width: 214px;
}
.form-table .scfCaptchaGeneralPanel{
	display: inline-block;
	float: left;
}

.w249{
	position: relative;
	display: inline-block;
}
.form-table label{
	display: block;
	width: 100px;
}