#page {
	position: absolute;
	width: auto;
	background-image: url('/images/wallstreet.jpg?101');
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}

#content {
	width: auto;
	margin-top: 10%;
	margin-left: 5%;
	margin-right: 5%;
}

h1 {
	background-image: url("/images/title_pdf.png");
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
	height: 100px;
	margin: 0px;
	padding: 0px;
	margin-left: 15%;
	margin-right: 15%;
	text-indent: -2000px;
}

form {
	position: relative;
	width: 300px;
	height: 150px;
	border-radius: 120px;
	border-radius: 5px;
	background-color: rgba(255,252,205,0.3);
	background-color: rgba(210,207,163,0.3);
	background-color: rgba(256,256,256,0.3);
	background-color: rgba(0,0,0,0.2);
	margin-left: auto;
	margin-right: auto;
	padding: 30px 80px;
	left: 50%;
	margin-top: 80px;
	margin-left: -230px;
	text-align: center;
}

form p.error {
	position: absolute;
	margin: 0px;
	padding: 0px;
	padding: 5px 0px;
	top: -15px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	text-align: center;
	background-color: rgba(210,207,163,1);
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
}

form .item {
	margin-bottom: 15px;
}

form input.text {
	width: 277px;
	font-size: 16px;
	padding: 10px 10px;
	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
	background-color: #fbf9d6;
	background-color: #fffccd;
	border: 1px solid #AAA;
	border-radius: 4px;
}

form select {
	width: 300px;
	font-size: 16px;
	padding: 10px 10px;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	background-color: #fbf9d6;
	background-color: #fffccd;
	border: 1px solid #AAA;
	border-radius: 4px;
	color: rgba(0,0,0,0.6);
}

form select.selected {
	color: black;
}

form input.button.submit {
	margin-left: 0px;
	padding: 10px 30px;
	letter-spacing: 3px;
	font-size: 15px;
	color: #fffccd;
	background-color: #555;
	border-color: #555;
	box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.2);
	
}

form input.button.submit:hover {
	color: #fffccd;
	background-color: #555;
	background-color: #8EB76D;
	border-color: #71885A;
}
