		/*General Template*/
		body {background: url('images/bg.jpg') repeat; margin: 0; padding: 0; font-family: 'Open Sans', sans-serif; color: #ffffff; text-align: center;}
		#content, #footer {width: 886px; margin:0 auto;}
		#content{padding-top: 50px;}
		#footer{font-size: 14px; margin-top: 15px;}

		/*Need Password Popup*/
		.need-pw{background-color: rgb(207,207,207); padding:30px 30px 60px 30px; border-radius: 5px; color:#3d3d3d;}
		.need-pw h1{color: #F5911C; font-weight: 400; font-size: 90px; font-style: italic; margin: 0 auto;}
		.need-pw h2{background: #067EBD; color: #fff; margin: 0px auto 40px auto; padding: 5px 0; font-size: 28px; font-weight: 400;}
		.need-pw p{font-size: 28px; color:#067EBD;}

		/*Need Password Popup - Input and Submit BTN*/
		.enter-pw{max-width: 400px; margin: auto;}
		.enter-pw-here{width: 60%; padding: 13px; /* height: 29px; */ border: 1px solid #eee; border-radius: 5px 0 0 5px; font-size: 22px;}
		input:focus {outline:none;}
		#pw-submit{width:30%; background-color: #F5911C; padding: 13px; border: none; border-radius: 0 5px 5px 0; color: #fff; font-size: 22px; text-transform: uppercase;}
		#pw-submit:hover{background-color: #E6891C; outline:none;}
		#pw-submit:focus{background-color: #D27D1A; outline:none;}