﻿body {
	background: transparent;
	font-family: arial;
	font-size: 12px;
}

input {
	height: 13px;
	font-size: 10px;
}

#btnSubmit {
	position: relative;
	top: -4px;
	height: auto;
}

#divErrorMessage {
	height: 20px;
	font-weight: bold;
}

.error {
	border: 2px solid red;
}

.column {
	float: left;
	margin-right: 10px;
}

.column span {
	margin-right: 3px;
}

.row {
	clear: both;
	height: 10px;
}

#divDisclaimer {
	float: left;
	margin-left: 20px;
	margin-top: -10px;
}

#divMobileNumber {
	display: none;
}

#mobile_confirmation {
	position: absolute;
	top: 100px;
	left: 50px;
	display: none;
	width: 430px;
	height: 180px;
	padding: 20px;
	background: #0e4876;
	border: 2px solid #000000;
	color: #ffffff;
	z-index: 1;
}

#mobile_confirmation #buttons {
	margin-top: 30px;
}

#mobile_confirmation #buttons a {
	color: #ffffff;
	padding: 5px;
	text-decoration: none;
	border: 2px solid #ffffff;
}

#divRules a {
	color: #ffffff;
}

#divCaptcha {
	height: 70px;
}

#ValidationSummary1 {
	position: relative;
	top: -60px;
	left: 240px;
}

#optin_charbroil {
	display: none;
}

#divRequiredText {
	display: none;
}
