body {
	margin: 0;
	/*background: #DFDEDE;*/
}

ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

button {
	width: calc(100% - 10px);
	height: 60px;
	font-size: 25px;
	background: #990000;
	color: #FFF;
	border: 1px solid black;
	margin: 5px;
	border-radius: 10px;
	text-shadow:
	-1px -1px 0 #000,
	1px -1px 0 #000,
	-1px 1px 0 #000,
	1px 1px 0 #000;  
}

/*form {
	height: 100%;
}*/

input { 
	text-align: center; 
}

img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding-bottom: 50px;
	padding-left: 10px;
	z-index: 100;
	width: 75%;
	max-width: 300px;
}

iframe {
	position: absolute;
	height: 100%;
	width: 100%;
	border: none;
}

.textinput {
	width: 100%;
	height: 80px;
	font-size: 20px;
	border-left: 0px;
	border-right: 0px;
}

#pollName {
	background: black;
	color: white;
}

#header {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
}

#form {
	position: absolute;
	top: 100px;
	height: calc(100% - 120px);
	width: 100%;
}

#formlist {
	padding-bottom: 10px;
}

/*#buttons {
	position: absolute;
	bottom: 0px;
	width: 100%;
}*/
