body {
	text-align: center;
	font-family: verdana;
}

div, input {
	padding: 5px;
	font-size: 1em;
}

div {
	text-align: left;
	display: inline-block;
	min-width: 260px;
}

input {
	width: 95%;
}

button {
	border: 0;
	border-radius: 0.3rem;
	background-color: #1fa3ec;
	color: #fff;
	line-height: 2.4rem;
	font-size: 1.2rem;
	width: 100%;
}

select {
	width: 100%;
	font-size: 1em;
	height: 2.4rem;
}
