.form input.error , #regForm input.error, #regForm select.error, #regForm textarea.error, #regForm input[type="checkbox"]
{
	border: 1px solid #FF0000;
	/*-webkit-appearance:none;*/
}
.form input[type="text"], .form input[type="email"], .form input[type="url"], .form input[type="date"], .form input[type="time"], .form input[type="password"], .form input[type="tel"], .form input[type="datetime"], .form input[type="search"], .form input[type="number"], .form textarea, .form select
{
	width: 100%;
	background-color: #FFF;
	/*height: 100px;*/
	height: 55px;
	font-size: 40px;
	border: 1px solid #ccc;
	border-radius: 8px;
	color: #3e362e;
	padding-left:20px;
	font-weight: 700;
	text-transform: uppercase;
}
.form textarea
{
	height:100px;
}
.form input[type="checkbox"]
{
	margin-right: 10px;
}
.required
{
	color: #FF0000;
}
.form input[type="file"]
{
	margin: 5px 0;
}
.button, a.button, a.button:link, a.button:visited
{
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #000000;
	padding: 20px 40px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 4%, #bfbfbf 11%, #bfbfbf 33%, #e5e5e5 79%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#ffffff), color-stop(11%,#bfbfbf), color-stop(33%,#bfbfbf), color-stop(79%,#e5e5e5), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 4%,#bfbfbf 11%,#bfbfbf 33%,#e5e5e5 79%,#f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 4%,#bfbfbf 11%,#bfbfbf 33%,#e5e5e5 79%,#f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 4%,#bfbfbf 11%,#bfbfbf 33%,#e5e5e5 79%,#f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 4%,#bfbfbf 11%,#bfbfbf 33%,#e5e5e5 79%,#f2f2f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
	border: none 0px #000000;
	border-radius: 5px;
	box-shadow: 0px 2px 6px #000000;
	display: inline-block;
}

.buttonGreen, .button:hover {
	text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 40px;
	background: #77b14b;
	background: -moz-linear-gradient(top, #7bd537 4%, #6cd917 11%, #5abd12 33%, #0c8b1f 79%, #367d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#6cd917), color-stop(11%,#5abd12), color-stop(33%,#0c8b1f), color-stop(79%,#367d00), color-stop(100%,#367d00));
	background: -webkit-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: -o-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: -ms-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: linear-gradient(to bottom, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bd537', endColorstr='#367d00',GradientType=0 );
	border: none 0px #000000;
	border-radius: 5px;
	box-shadow: 0px 2px 6px #000000;
	display: inline-block;

}
.button:active {
	text-decoration: none;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 20px 40px;
	background: #77b14b;
	background: -moz-linear-gradient(top, #7bd537 4%, #6cd917 11%, #5abd12 33%, #0c8b1f 79%, #367d00 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#6cd917), color-stop(11%,#5abd12), color-stop(33%,#0c8b1f), color-stop(79%,#367d00), color-stop(100%,#367d00));
	background: -webkit-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: -o-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: -ms-linear-gradient(top, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	background: linear-gradient(to bottom, #7bd537 4%,#6cd917 11%,#5abd12 33%,#0c8b1f 79%,#367d00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7bd537', endColorstr='#367d00',GradientType=0 );
	border: none 0px #000000;
	border-radius: 5px;
	box-shadow: 0px 0px 0px #000000;
	display: inline-block;

}
.button:disabled {
    text-decoration: none;
	font-size: 30px;
	font-weight: bold;
	color: #a8a8a8;
	padding: 20px 40px;
	background: #77b14b;
	background: -moz-linear-gradient(top, #ffffff 4%, #dedede 11%, #c5c5c5 33%, #dcdcdc 79%, #c3c3c3 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#dedede), color-stop(11%,#c5c5c5), color-stop(33%,#dcdcdc), color-stop(79%,#c3c3c3), color-stop(100%,#c3c3c3));
	background: -webkit-linear-gradient(top, #ffffff 4%,#dedede 11%,#c5c5c5 33%,#dcdcdc 79%,#c3c3c3 100%);
	background: -o-linear-gradient(top, #ffffff 4%,#dedede 11%,#c5c5c5 33%,#dcdcdc 79%,#c3c3c3 100%);
	background: -ms-linear-gradient(top, #ffffff 4%,#dedede 11%,#c5c5c5 33%,#dcdcdc 79%,#c3c3c3 100%);
	background: linear-gradient(to bottom, #ffffff 4%,#dedede 11%,#c5c5c5 33%,#dcdcdc 79%,#c3c3c3 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#c3c3c3',GradientType=0 );
	border: none 0px #000000;
	border-radius: 5px;
	box-shadow: 0px 2px 6px #959595;
	display: inline-block;
}

.button:hover,  a.button:hover
{
/*	background: #ffffff;
	background-color: #ffffff;*/
	cursor: pointer;
}
.buttonPad
{
	padding: 10px 0;
}
.buttonLRG {
	font-size: 30px !important;
}
.validAGE {
	width:700px;
}
/*.buttonPad .button:first-of-type, .button:first-of-type
{
	margin-left: 0;
}*/

.button:nth-of-type(even)
{
	margin: 0 10px;
}

label.column
{
	height: 30px;
	line-height: 30px;
}
label.error
{
	display: block;
	color: #FF0000;
	/*width:100%;*/
	/*font-size:16px;*/
}

.mainForm label
{
	text-align: right;

}
label
{
	font-size: 40px;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
}

.form input[type="text"]:focus, .form input[type="email"]:focus, .form input[type="url"]:focus, .form input[type="date"]:focus, .form input[type="time"]:focus, .form input[type="password"]:focus, .form input[type="tel"]:focus, .form input[type="datetime"]:focus, .form input[type="search"]:focus, .form input[type="number"]:focus, .form textarea:focus, .form select:focus
{
    outline: none;
    border-color: #ffffff;
    box-shadow: 0 0 10px #ffffff;
}

.strValidationB
{
	background-color: #bb141a;
	color: #ffffff;
	padding: 20px;
	margin-bottom: 30px;
}
.strValidationB H3, .strValidationB p{
	text-align: center;
	font-size: 40px;
	margin: 0 !important;
}


#bonus-code {
/*	width:553px;*/
	width:520px;
}