body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #fff;
	height: 100%;
}
html
{
	height: 100%;
}
a:link, a:visited
{
	color: #fc531d;
	text-decoration: none;
}

a:hover
{
	color: #e83c00;
	text-decoration: underline;
}

.wrapper
{
	width: 640px;
	min-height: 520px;
	position: absolute;
	top: 46%;
	left: 50%;
	margin-left: -320px;
	margin-top: -260px;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.9);
	-moz-border-radius: 10px; /* from vector shape */
	-webkit-border-radius: 10px; /* from vector shape */
	border-radius: 10px; /* from vector shape */
	border: 2px solid #fff;
}

h1 {
	margin-top: 30px;
	font-size: 29px;
	font-weight: normal;
}

h1 strong
{
	padding-bottom: 15px;
}


p {
	padding: 0 40px;
	line-height: 22px;
	font-size: 16px;
}

.p1, .p2
{
	color: #999;
}

h1 strong, h1 span
{
	display: block;
}

h1 span
{
	background: url('../../images/header-decor.png') center center no-repeat;
	padding: 0 80px;
}

h1 strong, h2
{
	color: #fc531d;
	text-transform: uppercase;
	font-size: 18px;
}

h1 strong
{
	font-size: 36px;
}

h2.highlight
{
	font-size: 22px;
	margin: 0px 0px 5px 0px;
	text-decoration: underline;
	color: #FFCA27;
}

h3
{
	font-size: 20px;
	font-weight: normal;
	color: #fb971d;
	margin-bottom: -13px;
	margin-top: 15px;
	padding:0px 20px 10px;
}

.btn, .txtfield, .submit {
	margin: 0 10px;
	display: inline-block;
	cursor: pointer;
	color: #fff; /* text color + color overlay */
	padding: 10px 30px;
	-moz-border-radius: 10px; /* from vector shape */
	-webkit-border-radius: 10px; /* from vector shape */
	border-radius: 3px; /* from vector shape */
	background-color: #fc531d;
	font-size: 22px;
}

.btn:hover
{
	background: #E83C00;
	color: #fff;
}

.btn.red, .btn.red:hover
{
	background: red;
}


.verificationtext li {
	margin: 6px 0;
}

.question
{
	display:block;

}
.question.hidden
{
	display: none;
	opacity: 0;
}

.question strong
{
	color: #fb971d;
}

.loadingbar
{
	background: url('../../images/loading-anim.gif');
	margin: 0 auto;
	height: 24px;
	width: 186px;
}

.verificationtext
{
	list-style-type: none;
	padding: 0;
	margin-left: 0;
}

.verificationtext li.hidden
{
	display: none;/* opacity:0; */
}

.mainbtn
{
	display: none;
	border-radius: 6px; /* from vector shape */
	background-color: #70A60B;
	color: #fff; /* text color */
	font-size: 44px;
	/*display:block;*/
	margin: 10px 40px 20px;
	font-weight: bold;
	padding: 10px 0;
	cursor: pointer;
	text-decoration: none;
}

.mainbtn:hover {
	background: #608E0B;
}

.theForm{
	height:0;
	/* IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity:0;
	overflow: hidden;
}

.theForm.show{
	height:auto;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity:1;
}


::-webkit-input-placeholder { /* WebKit browsers */
 color:    #666;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color:    #666;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
 color:    #666;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
 color:    #666;
}

#disclaimerlogo
{
	float: left;
	text-align: left;
	width: 20%;
}

#disclaimerlinks
{
	float: right;
	text-align: right;
	width: 80%;
}

.DISCLAIMER
{
	margin-top: 20px;
	overflow: hidden;
	border-top: 1px solid #ccc;
	padding: 13px;
}

.DISCLAIMER, .DISCLAIMER p
{
	font-size: 11px;
	line-height: 14px !important;
	text-shadow: 1px 1px #000;
}

.gray {
	color: #999;
}

.fineprint {
	color: #999;
	font-size: 8.5px;
	line-height: 2px;
}

.emailstatement
{
	width: 90%;
	margin: auto;
	line-height: 15px;
}

.clear {

	clear: both;
}

iframe
{
	width: 70%;
	height: 300px;
}

@media only screen and (max-width:727px)
{

body
{
	background-size: cover;
}

.wrapper
{
	width: 90%;
	min-height: 0px;
	position: absolute;
	top: 270px;
	left: 5%;
	margin-left: 0px;
	margin-top: -260px;
	text-align: center;
	-moz-border-radius: 10px; /* from vector shape */
	-webkit-border-radius: 10px; /* from vector shape */
	border-radius: 10px; /* from vector shape */
	border: 2px solid #fff;
	background-color: rgba(0, 0, 0, 0.8);
}

h1 span
{
	background: none;
	padding: 0 20px;
	line-height: 26px;
}

h1
{
	font-size: 22px;
}


h3
{
	font-size: 18px;
}

.p1
{
	display: none;
}

p
{
	padding: 0 20px;
	line-height: 22px;
	font-size: 16px;
}

}

 @media only screen and (max-width: 640px)
 {

.mainbtn
{
	font-size: 34px;
	margin: 10px 20px 20px;
}

h1
{
	font-size: 19px;
}

h1 strong
{
	width: 260px;
	margin: auto;
}


}

 @media only screen and (max-width: 480px)
 {

h2.highlight
{
	font-size: 17px;
}

 h1 strong
 {
	 margin-top: -10px;
	margin-bottom: -5px;
 }

.mainbtn
{
	font-size: 25px;
}

.verificationtext li
{
	margin: 6px 6px;
}

iframe
{
	width: 90%;
}

 }

@media only screen and (max-width: 360px)
{

h1 strong
{
	font-size: 30px;
}

h1 span
{
	line-height: 25px;
}


h3
{
	font-size: 18px;
}

.mainbtn
{
    font-size: 22px;
}

}
