@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro);


/*Reset*/

body, html, p, div, span, h1, h2, h3, h4, form, fieldset, input, ul, li, ol, select, option, img, cite, a, table, tr, th, td{
	margin:0;
	padding:0;
	border:none;
	font-size:100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=text]{
	
	outline:none;
	-webkit-appearance: none;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

/*End of Reset*/

/*Default Styling*/

html{
	
	height:100%;
}

body{
	
	background: url('http://www.freeimages.com/pic/l/k/ko/kovik/1438370_53635153.jpg') no-repeat;
	background-position: center top;
	font-family: 'Source Sans Pro', sans-serif;
	height:100%;
	font-size:15pt;
	color: #333;
}

#wrapper{
	
	width:75%;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 20px;
	/* border: 1px solid red; */
	
}

#main{
	
	overflow:auto;
	padding-bottom: 20px;
	/* border: 1px solid red; */
}

#logo{
	
	width:40%;
	margin: 0 auto;
	text-align: center;
}

#logo img{
	
	/* width:100%;*/
	max-width: 300px;
	padding:10px;
	background-color:white;
}

h1{
	
	font-size: 24pt;
	text-align: center;
	margin: 20px 0;
}

h2{
	
	font-size: 18pt;
	text-align:center;
	color: #fff;
}

h3.privacy{
	
	display:block;
	width:100%;
	max-width: 300px;
	font-size: 9pt;
	text-align:center;
	padding: 0;
	margin: 12px auto;
	color: #636363;
	}
	
.padlock img{
	width:12px;
	height:12px;
	margin-right:3px;
	
}

#optin-wrapper{
	
	max-width: 600px;
	margin: 20px auto;
	/* border: 1px solid red; */
	
}

#optin-wrapper p{

	margin: 25px auto;
}

#optin-wrapper input[type=text]{
	
	display: block;
	border-radius: 5px;
	width: 100%;
	max-width:300px;
	margin: 15px auto;
	padding: 10px;
	color: #626262;
	font-style: italic;

}

#optin-wrapper input[type=submit]{
	
	display: block;
	width: 100%;
	max-width:300px;
	margin: 0 auto;
	padding: 15px 0;
	background: #ffcc00;
	border:none;
	border-radius: 5px;
	font-size: 18pt;
	cursor: pointer;
}

#footer-bar{
	
	width:100%;
	height: 20px;
	margin: 10px auto 0;
	padding: 10px 0;
	font-size: 10pt;
	text-align:center;
	background: #475577;
	color: #fff;
	word-spacing: 3px;
	position: relative;
	margin-top: -20px;
	clear:both;
	
}

#footer-bar a{
	
	color: #fff;
}

/*Confirmation Page*/

a.btn{
	
	display:block;
	width: 100%;
	max-width:300px;
	margin: 0 auto;
	padding: 15px 0;
	background: #ffcc00;
	border:none;
	border-radius: 5px;
	font-size: 18pt;
	cursor: pointer;
	color:inherit;
	text-align: center;
	text-decoration: none;
}