* {
	margin: 0px;
	padding: 0px;
	font-family: Roboto;
}

html,
body {
	height: 100%;
}

body {
	background: #FFF;
	font-size: 14pt;
}

.main {
	/*width: 800px;*/
	margin: 0px auto;
	/*font-size: 2em;
	box-shadow: 0 0 1px #000;*/
}
.main input {
	/*width: 800px;*/
	margin-bottom: 20px;
}

.main textarea {
	/*width: 800px;*/
	/*height: 300px;*/
	margin-bottom: 20px;
}

.wrapper {
	position: relative;
	min-height: 100%;
}
.content {
	padding-bottom: 70px;
}
.footer {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 59px;
	background: #c0c0c0;
	line-height: 59px;
	text-align: center;
	border-top: 1px solid #a0a0a0;
}

h2 {
	padding: 10px 0;
	margin-bottom: 10px;
	border-bottom: 1px solid #a0a0a0;
}