/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* Add some content at the bottom of the video/page */
.content {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  color: #f1f1f1;
  min-width: 100%;
  min-height: 100%;
  padding: 20px;
}
body {
	/*background: url(bg.jpg);*/
        background: url(video/sunset-beach-1080.mp4);
	font-family: 'Oxygen', sans-serif;
}
#wrap {
	margin: 0 auto;
      /*width: 100%;*/
        width: 800px;
        height: 100%;
}
h1{
	font-style:italic; 
	margin:10px 0 0px 0;
	padding:0px;
	font-size:45px;
	color:#2fd619;
	font-weight:bold;
}
h2{
	margin:-20px 0 0px 0;
	padding:0px;
	font-size:60px;
	letter-spacing:-1px;
	color:#ef7a01;
	font-weight:bold;
}
h3{
	margin:-8px 0 10px 0;
	padding:0px;
	font-size:23px;
	line-height:26px;
	color:#fff;
	font-weight:normal;
}
h4{
	margin:-5px 0 15px 0;
	padding:0px;
	font-size:16px;
	line-height:20px;
	color:#edff98;
	font-weight:normal;
}
#content {
	margin: 30px auto;
	position:relative;
        width: 100%;
        height: 100%;
	/*width: 470px;*/
	/*height: 520px;*/
	background-color: #111417;

	border-radius: 10px;
	border: 1px;
	border-color: #0f1a24;
	min-height: 480px;
        		 
}

#legal {
	width: 500px;
	text-align: center;
}
#legal p {
	font-size: 0.8em;
	color: #000;
	font-family: 'Oxygen', sans-serif;
}
#legal p.blue {
	color: #0510fa;
	font-family: 'Oxygen', sans-serif;
}
#privacy {
	width: 500px;
	text-align: center;
}
#privacy p {
	font-size: 0.7em;
	color: #FFF;
	font-family: 'Oxygen', sans-serif;
}
.opt_text {
	margin: 10px 0 10px 2px;
}
.submit {
	padding-top: 20px;
}
#inputstyle input {
	width: 370px;
	height: 60px;
	border-radius: 10px;
	border: 3px solid #FDC327;
	text-align: center;
	font-size: 1.4em;
}	
#inputstyle1 input {
	width: 300px;
	height: 50px;
	text-align: center;
	font-size: 1.1em;
}		
.footer {
	margin: 0 auto;
	width: 100%;
	height: 200px;		  
}

.foot2 {
	width: 800px;
	height: 18px;
	font-size: 12px;
	font-weight: normal;
	padding: 5px;
	margin: 0 auto;
	margin-top: 50px;
	font-family: 'Oxygen', sans-serif;

}

.foot2 a, .foot2 a:visited {
	text-decoration: underline;
	outline: none;
	color: #000;
        padding: 5px;
	
}

.foot2 a:hover {
	text-decoration: none;
	outline: none;
}
input[type="submit"]{
  background: url("media/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: 101px;
    line-height: 85px;
    margin: 0px auto;
    padding: 0px 34px 0 0;
    width: 269px;

}
.button a, .button a:visited {
	text-decoration: none;
	outline: none;
	color: #0d234b;
	
}
