	#Div1{
		display: block;
		width:80%;
		margin:auto;
	}
	.container {
	    position: relative;
	    width: 100%;
	    height: 0;
	    padding-bottom: 56.25%;
	}
	.video-border iframe {
		position: absolute;
		top: 2%;
		left: 2%;
		width: 96%;
		height: 96%;
		/*	    
		Loses frame-border: top: 0; left: 0; width: 100%; height: 100%;
		Works great for full screen: width: 662px; height: 367px;
		Works great until video is started: width: 97%; height: 95%;
		Works great until screen is super narrow: top: 6px; left: 10px;
		padding-bottom: 50px !important;
		margin-bottom: 50px !important;
		*/
	}
	._form{
		background-color: #fff;
		text-align: center;
		padding: 20px;
		border-radius: 10px;
		margin-top: 30px;
	}
	.main-content {
		background: rgba(0, 0, 0, 0.5);
		width: 70%;
		max-width:900px;
		height: auto;
		display: block;
		position: relative;
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
		padding-top: 17px;
		padding-bottom: 17px;
		border-radius: 12px;
		-moz-border-radius: 12px;
		-webkit-border-radius: 12px;
		text-align: center;
		color: white;
		font-family: Arial, Helvetica, sans-serif;
		margin-bottom: auto;
	}
	.video-border{
		margin: 8px !important;
		border-radius: 5px;
		-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
		-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
		box-shadow: 2px 2px 5px rgba(0,0,0,0.8), inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.maintitle {
		font-size: 32px;
		font-weight: 500;
		line-height: 35px;
		font-family: Arial, Helvetica, sans-serif;
		text-shadow: 0px 3px 3px #000;
		margin-bottom: 20px;
		padding: 0 80px;
	}
	.formtitle{
		font-size: 24px;
		font-weight: bold;
		line-height: 30px;
		color:#C70004;
		font-family: Arial, Helvetica, sans-serif;
		text-shadow: 0px 3px 3px rgba(0,0,0,0.2);
		width:100%;
		margin:auto;
	}
	.forbtext{
		border:none;
		text-shadow:none;
		margin:auto !important;
		font-family: Arial, sans-serif;
		font-size:13px;
		margin:10px auto;
		width:100%;
	}
	/* popup css code */
	.box {
	  width: 80%;
	  margin: 0 auto;
	  background: rgba(255,255,255,0.2);
	  padding: 35px;
	  border: 2px solid #fff;
	  border-radius: 20px/50px;
	  background-clip: padding-box;
	  text-align: center;
	}
	.overlay {
	  position: fixed;
	  top: 0;
	  bottom: 0;
	  left: 0;
	  right: 0;
	  background: rgba(0, 0, 0, 0.7);
	  transition: opacity 500ms;
	  visibility: hidden;
	  opacity: 0;
	}
	.overlay:target {
	  visibility: visible;
	  opacity: 1;
	}
	.popup {
	  margin: 10px auto;
	  padding: 0px;
	  border-radius: 5px;
	  width: 65%;
	  max-width:900px;
	  position: relative;
	  transition: all 5s ease-in-out;
	}
	.close {
		position: absolute;
		top: 20px;
		right: 10%;
		transition: all 200ms;
		font-weight: bold;
		text-decoration: none;
		color: #FFFFFF;
		z-index: 9999 !important;
		background-color: #000000;
		font-size: 20px;
		font-family: Arial, Helvetica, sans-serif;
		padding:7px 10px;
		border-radius:10px;
	}
	.close span{ font-size:18px; }
	.popup .close:hover { color: #06D85F; }
	.popup .content {
		max-height: 30%;
		overflow: auto;
	}
	.inputfield{
		padding: 10px 18px;
		font: 1em/1.5em Arial, Helvetica, sans-serif;
		color: #000;
		border: 2px solid #3397DF;
		width:78%;
		margin-bottom:20px;
		-moz-border-radius:5px;
		border-radius:5px;
	}
	.inputfield:focus{
		outline: none;
		box-shadow: 0px 0px 5px #61C5FA;
		border-color: #5AB0DB;
	}
	.inputfield:hover {
		border: 2px solid #0FADEF;
		border-radius: 5px;
	}
	@media only screen and (max-width: 768px) {
		#Div1{
			width:100%;
		}
		.maintitle {
			font-size:20px;
			line-height:28px;
			padding:0 20px;
		}
		.main-content {
			width: 90% !important;
		}
		._form{
			width:auto;
			padding:10px !important;
		}
		.myform{
			padding:0px !important;
		}
		.inputfield {
			padding: 5px 10px;
		}
		.box{
			width: 90%;
		}
		.popup{
			width: 90%;
			transition: all 1s ease-in-out;
			margin: 20px auto;
		}
		.navbar {
			font-size:12px;
		}
		.video{
			margin:0px auto 30px auto;
			text-align:center;
		}
		.close {
			font-size: 20px !important;
			top: 5px;
			right: 3%;
		}
		.close span {
			font-size: 12px;
		}
		.formtitle{
			width:70%;
			margin:auto;
			font-size: 18px;
			line-height: 24px;
		}
		.forbtext{
			width:80%;
		}
	}
