
html {
  font-family: sans-serif;
	width: 100%;
}

.logo {
	width: 200px;
}

main, section, header, footer {
	display: block;
}

table, table * {
	vertical-align: top;
}

td.form-title {
	padding-top: 15px;
}

table input[type="radio"] {
	width: 10px;
}


table input[type="input"] {
	width: 100%;
}

table textarea {
	width: 100%;
}

header, main {
  margin: auto;
  min-width: 500px;
  max-width: 750px;
  margin-top: 10px;
}

header {
	margin-top: 20px;
	margin-bottom: 10px;
}

.title {
	display: inline-block;
	font-size: 30px;
}

.invis {
	visibility: hidden;
}

.send {
	font-size: 14px;
}

td.send {
	margin-top: 5px;
}

.response {
	margin-bottom: 20px;
	font-family: monospace;
	border: 1px solid #333;
}

main {
	margin-bottom: 30px;
}

footer {
}

footer div.upper {
	color: black;
	vertical-align: bottom;
	background-image: url("../images/bg_footer.png");
	height: 400px;
	background-size: cover;
	background-position-y: bottom;
	background-repeat: no-repeat;
}


footer div.lower {
	color: black;
	vertical-align: bottom;
	background-image: url("../images/bg_footer_0.png");
	height: 100px;
	background-size: cover;
	background-position-y: bottom;
	background-repeat: no-repeat;
}


footer div.text {
	margin: auto;
	min-width: 500px;
	max-width: 750px;
	margin-top: 10px;
}