/* General */
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
	* {
		font-family: 'Open Sans', sans-serif;
		font-size: 14px;
		font-weight: 300;
	}
	html, body {
		overflow: hidden;
		width: 100%;
		height: 100%;
	}
	h1 {
		margin: 0;
		padding: 0 7px;
		font-size: 18px;
	}
	.clear {
		float: none;
		clear: both;
	}

/* Poster */
	div#plucup-poster-top, div#plucup-poster-bottom {
		background-color: #003c3d;
		width: 100%;
		height: 50%;
		position: fixed;
		left: 0;
		right: 0;
		z-index: 2;
		text-align: center;
	}
	div#plucup-poster-top img, div#plucup-poster-bottom img {
		height: 100%;
		max-width: 100%;
		border: 0;
		margin: 0;
	}
	div#plucup-poster-top {
		top: 0;
		padding: 1px 0 0;
	}
	div#plucup-poster-bottom {
		bottom: 0;
	}

/* Form */
	div#plucup-form {
		height: 500px;
		width: 100%;
		position: fixed;
		top: 50%;
		left: 0; right: 0;
		margin: -250px 0 0;
		background: url(../images/plucup-logo.gif) no-repeat center center fixed;
	}
	div#plucup-form-inner {
		height: 500px;
		width: 100%;
		box-shadow: 0px 0px 80px -20px rgba(0,0,0,.8) inset;
		-ms-box-shadow: 0px 0px 80px -20px rgba(0,0,0,.8) inset;
		-moz-box-shadow: 0px 0px 80px -20px rgba(0,0,0,.8) inset;
		-o-box-shadow: 0px 0px 80px -20px rgba(0,0,0,.8) inset;
		-webkit-box-shadow: 0px 0px 80px -20px rgba(0,0,0,.8) inset;
	}
	div#aanmeld-form {
		background: rgba(255,255,255,.9);
		border: 1px solid #999;
		height: 350px;
		width: 550px;
		margin: 25px auto;
		padding: 25px;
		box-shadow: 2px 2px 20px rgba(0,0,0,.4);
		-ms-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
		-moz-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
		-o-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
		-webkit-box-shadow: 2px 2px 20px rgba(0,0,0,.4);
	}
	label {
		display: block;
		padding: 8px 7px 2px;
	}
	input, textarea {
		width: 530px;
		border-radius: 10px;
		-ms-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
		resize: none;
		outline: none;
		padding: 5px 10px;
		background: #fff;
		border: 1px solid #000;
	}
	a#submit-form {
		display: block;
		padding: 10px 20px;
		margin: 10px 0 0;
		float: right;
		border: 1px solid #000;
		border-radius: 10px;
		-ms-border-radius: 10px;
		-moz-border-radius: 10px;
		-o-border-radius: 10px;
		-webkit-border-radius: 10px;
		background-color: #fff;
		background-color: rgba(255,255,255,.6);
		cursor: pointer;
	}

@media all and (max-width: 680px) {

	div#aanmeld-form {
		width: 80%;
		text-align: center;
	}
	label {
		text-align: center;
	}
	input, textarea {
		width: 75%;
	}
	a#submit-form {
		display: inline-block;
		padding: 10px 20px;
		float: none;
	}

}

@media all and (max-width: 680px) and (orientation: landscape) {

	html, body { overflow-y: scroll; width: auto; height: auto; }
	div#plucup-form {
		position: static;
		top: 0;
		left: 0;
		right: 0;
		margin: 0;
		background: url(../images/plucup-logo.gif) no-repeat center center fixed;
	}
	div#plucup-form-inner {
		width: 100%;
	}

}