body {
	background-image:url(bg.jpg);
	background-repeat: no-repeat;
	background-position:50% 100%;
	font-family: 'Open Sans', sans-serif;
	background-color:#ECECEC;
	font-size:16px;
	color:#fff;
}
#wrap {
	margin: 0 auto;
	width: 1000px;
	min-height:820px;
}
h1 {
	margin:0;
	padding:0;
	font-size:45px;
	color:#ffd200;
	font-weight:bold;
	font-family: 'Open Sans Condensed', sans-serif;
	font-weight:bold;
	text-transform:uppercase; text-shadow: 1px 1px 0 #1A4100;
}
h2 {
	margin:0 0 10px;
	padding:0 20px;
	font-size:26px;
	letter-spacing:-1px;
	color:#000;
	font-weight:600;
}
h3 {
	margin:5px 0;
	padding:0 20px;
	font-size:17px;
	color:#000;
	font-weight:normal;
	font-style:italic;
}
ul{
	padding:0 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 7px 15px;
}
#content {
	margin:0px auto;
	position:relative;
	width: 600px;
	background-color: #64B32F;
	border-radius: 30px;
	border:8px solid #000;
	box-shadow: 0 0 10px #000;
	min-height: 480px;
	text-align:center;
}
.privacy {
	width:500px;
	text-align: center;
}
.privacy p {
	font-size: 0.7em;
	color: #000;
	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;
}
input[type="image"] {
	cursor: pointer;
	border:0;
}
input[type="submit"] {
	background: url("images/button.png") no-repeat scroll center center transparent;
	color: #0d234b;
	font-size: 24px;
	font-weight: bold;
	border: medium none;
	cursor: pointer;
	text-shadow:2px 1px 1px #FFFFFF;
	font-style:italic;
	height: 106px;
	line-height: 85px;
	margin: 0px auto;
	padding: 0px 34px 0 0;
	width: 469px;
}
.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: 99%; }
}

@media(max-width:767px){ /*600*/
#content{ width: 94%; padding: 0 10px;}
}

@media(max-width:480px){ /*480*/
#content{ width: auto; padding: 0 20px;}
#content input[type="image"]{ width: 100%; height:auto;}
#inputstyle input{ width: 100%; font-size: 100%; height:auto; line-height: 40px; padding: 0 10px;}
.privacy{ width: auto;}
}


