body {
	background: url(mainimages/bg.jpg) center top;
	font-family: 'Open Sans', sans-serif;
	font-size:16px;
	color:#FFF;
}
#wrap {
	margin: 0 auto;
	margin-top:30px;
	width: 1000px;
}
h1 {
	margin:0 0 10px 0; 
	padding:0;
	font-size:45px;
	line-height:47px;
	color:#FFF;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase;
}
h1 u{ color:#FED802;}
h2 {
	margin:0 0 20px 0;
	padding:8px 20px;
	font-size:24px;
	font-weight:800;
	color:#FFAB00;
	background:#FCFCD0;
}
h3 {
	margin:5px 0;
	padding:0px;
	font-size:18px;
	color:#C9E3F5;
	font-weight:normal;
	font-style:italic;
}
ul{
	padding:0 10px;
	margin:0;
	list-style-type:none;
	text-align:left;
}
ul li{
	background:url(mainimages/arrow-icon.png) no-repeat 0 7px;
	padding:0 0 7px 15px;
}
#content {
	margin:0px auto;
	padding: 18px;
	position:relative;
	width: 680px;
	background: #FFFFFF; border-radius:20px; box-shadow: 0 0 10px #fff;
	border:3px solid;
	border-color: #616457;
	text-align:center;
}
.privacy {
	width:500px;
	text-align: center;
}
.privacy p {
	font-size: 0.7em;
	color: #FFF;
	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(mainimages/submit-btn.png) no-repeat 100%;
	height:110px;
	width:490px;
	border:none;
	outline:none;
	cursor:pointer;
	font-size:28px;
	font-family: Verdana;
	font-weight:700;
	padding:0 0 0 26px;
	vertical-align:top;
	text-align:left;
	color:#A00002;
	text-transform:uppercase;
	text-shadow:#fff 1px 1px 1px;
}
input:hover[type="submit"] {
	background:url(mainimages/submit-btn-2.png) no-repeat 100%;;
}
.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:#fff;
	text-align:center;
}
.footer p{
	margin:0;
	color: #FFFFFF;
}
.footer  a {
	text-decoration: underline;
	outline: none;
	color: #FFFFFF;
}
.footer a:hover {
	text-decoration: underline;
	color: #575D62;
	outline: none;
}


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

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

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

@media(max-width:540px){
#content{ width: 88%; padding: 0 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: 21px; background-size: 100% auto; padding: 30px 24px;}
input:hover[type="submit"] { background-size: 100% auto;}
input[type="image"] { width: 80%;}
.privacy{ width: 90%;}
h1{ font-size: 40px; line-height:50px;}
h2{ line-height: 40px; font-size: 100%; line-height: normal; margin: 0 -20px 20px;}
}

@media(max-width:480px){ /*480*/
#content{ width: 88%; padding: 0 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: 21px; background-size: 100% auto; padding: 30px 24px;}
input:hover[type="submit"] { background-size: 100% auto;}
input[type="image"] { width: 80%;}
.privacy{ width: 90%;}
h1{ font-size: 40px; line-height:50px;}
h2{ line-height: 40px; font-size: 100%; line-height: normal; margin: 0 -20px 20px;}
}
@media(max-width:479px){ /*360*/
#content{ width: 84%; }
input[type="submit"]{ font-size: 100%;}
h1{ font-size: 32px; line-height: 42px;}
}
@media(max-width:240px){ 
#content{ min-height: inherit; width: auto;} 
input[type="submit"]{ font-size: 63%; padding: 10px 18px;}
}


