body {
	background: url(images/bg2.jpg) no-repeat center center #FFF;
	background-size: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#333;
	padding:0;
	margin:0;
}
#wrap {
	margin:0;
	width:100%;
	min-height:840px;
	position:relative;
}
p{
	margin:0;
}
h1 {
	margin:0 0 10px 0;
	padding:0;
	font-size:44px;
	line-height:50px;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
		
	color:#fff; background:#DF8000; border-radius: 10px; text-shadow:#5F3701 1px 1px 2px;
}
h2 {
	margin:0 0 20px 0;
	padding:0;
	font-size:28px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:700;
	line-height:30px;
}
h3 {
	margin:5px 0;
	padding:0px;
	font-size:20px;
	font-weight:normal;
	font-style:italic;
}
ul{
	padding:0 10px 10px;
	margin:0;
	list-style-type:none;
	text-align:left;
}
ul li{
	background:url(images/arrow-icon.png) no-repeat 0 7px;
	padding:0 0 10px 15px;
}
#content {
	margin:0px auto;
	position:relative;
	width:600px;
	background: rgba(255, 255, 255, 0.8); border-radius: 0 0 20px 20px; box-shadow: 0 0 10px #7B7B7B;
	min-height: 480px;
	text-align:center;
	padding:15px 15px 50px;
}
.privacy {
	width:600px;
	text-align: center;
}
.privacy p {
	font-size: 0.7em;
	font-family: 'Open Sans', sans-serif;
}
#inputstyle input {
	width: 430px;
	height: 60px;
	border: 3px solid #000;
	text-align: center;
	font-size:22px;
	background:#faffd7;
	margin:10px 0; border-radius: 10px; box-shadow: inset 0 0 10px #000;
}
input[type="image"] {
	cursor: pointer;
	border:0;
}
input[type="submit"] {
	background:url(images/submit-btn.png) no-repeat 100%;
	height:110px;
	width:490px;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:22px;
	font-family: 'Open Sans', sans-serif;
	font-weight:800;
	padding:0 0 0 26px;
	vertical-align:top;
	text-align:left;
	color:#A00002;
	text-transform:uppercase;
	text-shadow:#fff 1px 1px 1px;
}
.footer  {
	width:100%;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top:0px;
	font-family: 'Open Sans', sans-serif;
	color:#000;
	text-align:center;
}
.footer p{
	margin:0;
}
.footer  a {
	text-decoration: underline;
	outline: none;
	color: #000;
}
.footer a:hover {
	text-decoration: none;
	outline: none;
}

/*---responsive----*/

@media(max-width:1023px){ /*768*/
#wrap{ width: 100%; }
}

@media(max-width:767px){ /*600*/
#content{ width: 94%; padding:10px 10px 50px;}

}

@media(max-width:480px){ /*480*/
#content{ width: 88%; padding: 10px 20px 20px; }
#content input[type="image"]{ width: 100%; height:auto;}
#inputstyle input{ width: 100%; font-size: 100%; height:auto; line-height: 40px; padding: 0 10px;}
input[type="submit"]{ width: 100%; height:auto; font-size: 22px; background-size: 100% auto; padding: 30px 24px;}
.privacy{ width: auto;}
h1{ font-size: 36px; line-height:44px; }
h2{ line-height: 40px; font-size: 100%; line-height: normal;}
}
@media(max-width:479px){ /*360*/
#content{ width: 84%; padding: 10px 20px 60px;}
input[type="submit"]{ font-size: 100%;}
}
@media(max-width:240px){ 
#content{ min-height: inherit; width: 80%;} 
input[type="submit"]{ font-size: 63%; padding: 10px 18px;}
}


