@charset "utf-8";
/* CSS Document */
html,body {
	width: 100%;
	height:auto;
	padding: 0;
	margin: 0;
}

section {
	height: 800px;
	padding: 20px;
}

#form {
	width: 50%;
	height: 20px;
	margin: 300px;
	margin-left: 400px;
}

#form form {
	width: 100%;
	height: 250px;
}
#form form table tr td {
	width: 200px;
	height: 40px;
	color: #FFFFFF;
	padding-left: 20px;
}
#form form table tr td input {
	width: 200px;
	height: 25px;
	border-radius: 5px;
	margin-left: 200px;
}
#form form button {
	width: 180px;
	height: 40px;
	background-color: #86080A;
	color: #FFFFFF;
	border-radius: 5px;
}
footer {
	width: 100%;
	height: 80px;
	background-color: #000000;
	text-align: center;
	line-height: 80px;
	color: #FFFFFF;
	font-size: 20px;
	margin-top: -250px;
}
