body {
	 background-color: #ffffff; 
         background-repeat:no-repeat;
         background-attachment:fixed;
         background-position:left top; 
	-webkit-background-size: contain;
	-moz-background-size:  contain;
	-o-background-size: contain;
	background-size: contain;
	text-align: center;
   margin:0px;
}

img {
display:block;
max-width:100%;
margin:auto;
}




.imginline {
display:inline;
}

.privacy  {
font-size:12px;
color:#ffffff;
font-weight:bold;
font-family:Open Sans, Arial, sans-serif;
text-align:center;

	text-shadow: 1px 1px 10px #000000;


}

.homes  {
font-size:12px;
color:#ffffff;
font-weight:bold;
font-family:Open Sans, Arial, sans-serif;
text-align:center;
margin-left:1%;
	text-shadow: 1px 1px 10px #000000;


}


	ul
{
list-style-type: none;
padding: 0px;
margin: 0px;
color:#0f0f0f;
text-align:left;
}

ul li
{
background-image: url(../images14/checkmark.png);
background-repeat: no-repeat;
background-position: 0px 13px;
padding-left: 30px;
font-size:1.2em;
font-family:Open Sans, Arial, Tahoma;

font-weight:normal;
padding-top:10px;
}


.wrap {

max-width:600px;
width: 36%;
margin: 3% auto;

}


.content {
	margin-top: 2%;
	width:100%;
	height: auto;
	 background: rgba(255, 255, 255, 1);
    padding:5%;
border-top-left-radius:2em;
	border-top-right-radius:2em;
border-bottom-right-radius:2em;
border-bottom-left-radius:2em;
border:5px solid #5b000b;
   -webkit-box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.4);
-moz-box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.4);
box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.4);
-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
-moz-box-sizing: border-box;    /* Firefox, other Gecko */
box-sizing: border-box;         /* Opera/IE 8+ */
	
}




.form-des{ 
    color: #ff0000;
	font-size: 2.7em;
	line-height: 120%;
	margin-top: 10px;
	text-align: center;
	font-weight:normal;
	font-family: Impact, Arial, Tahoma;
text-shadow:0px 0px 5px #ffffff;
	}

	.form-des span {
	color:#ff0000;
	
	}

.form-des2{ 
    color: #000000;
	font-size: 1.8em;
	line-height: 120%;
	margin-top: .7em;
	font-weight:bold;
	text-align: center;
	font-family:Open Sans, Arial, Tahoma;
text-shadow:0px 0px 5px #ffffff;
	}
.form-des2 span {
	color:#000000;
	
	}
	
	
.form-des3{ 
    color: #311100;
	font-size: 1.4em;
	line-height: 120%;
	margin-top: 1em;
	font-weight:normal;
	text-align: center;
	font-family:Open Sans, Arial, Tahoma;
	text-shadow:0px 0px 5px #ffffff;

	}
.form-des3 span {
margin-top:.6em;
display:block;
line-height:125%;
	font-weight:bold;
	font-size: 1.6em;
	}	
	
	
	
.group:before,
.group:after {
    content: "";
    display: table;
} 
.group:after {
    clear: both;
}
.group {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}
	
	
	
	

#inputstyle input, select {
	max-width: 500px;
	width:88%;
	max-height: 100%;
   background:#ffffff;
   -webkit-box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.2);
-moz-box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.2);
box-shadow: inset 1px 1px 13px rgba(0, 0, 0, 0.2);
	
	padding: 2.5%;
margin-left:auto;
margin-right:auto;
    margin-top:2%;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */
	
	text-align: center;
	font-size: 1.3em;
		font-family:Open Sans, Arial, Tahoma;
		color:#272727;
		border:1px solid #ffffff;
	
}	
#inputstyle select {
padding-right:1%;
}




.submit {
	text-align: center;
	font-size: 1.6em;
		font-family:Open Sans, Arial, Tahoma;
		color:#fff21c;


	margin:10px auto;
		font-weight:bold;
		text-shadow:1px 1px 2px #000000;
		
		cursor:pointer;
	display:block;
	max-width:450px;
	width:80%;
	padding-top:2.8%;
	padding-bottom:2.8%;
border-radius:35px;
background:#ff891b;
background: -webkit-linear-gradient(#9e0000, #ee0f0f, #a70000); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(#ff891b, #ff891b, #e15b00); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(#ff891b, #ff891b, #e15b00); /* For Firefox 3.6 to 15 */
background: linear-gradient(#9e0000, #ee0f0f, #a70000); /* Standard syntax */
		background-repeat:no-repeat;
		box-shadow:inset 0px 0px 5px rgba(255, 41, 41, .9);
		-moz-box-shadow:inset 0px 0px 5px rgba(255, 41, 41, .9);
		-o-box-shadow:inset 0px 0px 5px rgba(255, 41, 41, .9);
		border: 2px solid #150000;
}


.foot2 {
	width: 41%;

	font-size: .8em;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top: 50px;
	font-family: sans-serif,helvetica,arial;
	color: black;

}

.foot2 a, .foot2 a:visited {
	text-decoration: underline;
	outline: none;
	
}

.foot2 a:hover {
	text-decoration: none;
	outline: none;
	
}


p {
color:#000000;
font-family:Open Sans, Arial, Tahoma, sans-serif;
text-align:Center;
font-size:13px;


}

#privacy {
	max-width: 100%;
	text-align: center;
	margin:auto;	color: #000;
}


#privacy p {
	font-size: 1.4em;
	font-size:1.4vw;
	color: #000000;
	text-align:center;
	font-family: sans-serif,helvetica,arial;
}






/* MEDIA Queries ------------------------------------------------------  */





@media screen and (max-width:1200px) {
.wrap {
width:55%;

}

#inputstyle input, select {
width:90%;
}


}

@media screen and (max-width:1000px) {
.wrap {
width:60%;
}

#inputstyle input, select {
width:90%;
padding:2.1%;

}	


}


@media screen and (max-width:800px) {

.wrap {
width:76%;
}

}



@media screen and (max-width:750px) {

.wrap {
width:78%;
}




#inputstyle input, select {

width:70%;
}

.submit {
width:65%;

}


}




@media screen and (max-width:610px) {
	.wrap {

width:85%;

}

}

@media screen and (max-width:550px) {

.wrap {

width:85%;

}


.content {
margin-top:4%;

}



.foot2 {
font-size:1.2em;

}

}






@media screen and (max-width:480px) {

.wrap {

width:95%;

}


.content {
margin-top:4%;

}



#inputstyle input, select {
width:90%;

}	

.submit {
width:90%;
font-size:1em;
}

.foot2 {
font-size:1em;

}

}

#hide_iframe{
display: none;    
right:0;position:absolute;margin: 0;
padding: 0;
bottom: 0;
top: 0;    
width: 100%;
height: 100%;    
}

#bt_link:link {
    color: #000000;
}

#bt_link:visited {
    color: #000000;
}

#bt_link:hover {
    color: #00FF00;
}

#bt_link:active {
    color: #000000;
}

#plink{
   
text-align:center;

}
