html {
	margin: 0;
	padding: 0;
	border: 0;
}

.hidden {
	display: none;
}

body {
	margin: 0;
	padding: 0;
	border: 0;
	min-height: 100%;
	background-color: #151515;
	font-family: sans-serif;
	color:	#FFFFFF;
	text-align: center;
	font-size: 120%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
   min-height: 100%;
}

a {
	color: white;
}

.body-1 { 	background-image: url(bg_1.jpg); }
.body-2 { 	background-image: url(bg_2.jpg); }
.body-3 { 	background-image: url(bg_3.jpg); }

h1 {
	max-width: 700px;
	margin: auto;
	text-align: left;
	padding-bottom: 1em;
	padding-top: 2em;
}

.bordered , .footer {
	border:	solid #f8f8f8;
	border-width: 5px 0px 5px 0px;
	padding: 30px 0px;
	margin: 0px auto 30px auto;
	font-weight: bold;
	max-width: 700px;
	
	border-bottom: 0px;
	padding-bottom: 0px;
}

.footer {
	border-bottom: 0px;
	padding-top: 0px;
	margin-top: 0px;
	font-weight: normal;
	text-align: right;
}


h1 span {
}

p {
	max-width: 700px;
	margin: auto;
	text-align: left;
	line-height: 150%;
}

.center {
	text-align:	center;
}

.questions {
}

form {
	max-width: 700px;
	margin: auto;
	text-align: left;
	line-height: 150%;
	margin: 0.5em auto;
}

.text , input {
	width: 68%;
	font-family: inherit;
	font-size: inherit;
	padding: 0.5em 1%;
	border: none;
	background-color: white;
	text-align: center;
	line-height: 1em;
	margin: 1em 0px;
	border: 2px solid #AFCB08;
	border-radius: 3px;
}

.button {
	width: 28%;
	font-weight: bold;
	background-color: black;
	color: white;
	line-height: 1em;
	box-shadow: 0px 1px 4px rgba(255, 255, 255, 0.2);	
	cursor:	pointer;
	background-color: #AFCB08;
}

.footer {
}

.msg_ok {
	background-color: 	#afcb08;
	text-align: center;
	border-radius: 3px;
	padding: 0.5em 1%;
	color: black;
}


@media only screen and (max-width: 479px) {
	body {
		font-size: 80%;
	}
}
