#inputSpace {
	position: relative;
	border: 1px solid gray;
	font-size: 1.1em;
	display: block;
	width: 50%;
	margin: auto;
	margin-top: 1em;
}

.required:before {
    content:"* ";
    color: red;
}

fieldset {
	border: 0;
}

input {
	margin-bottom: 2em;
}

button {
	position: relative;
	left: 1.4em;
	bottom: 1em;
}

/* Mobile specific */
@media only screen and (max-width: 600px) {
	#inputSpace {
		width: 90%;
	}

	#textboxes label {
		display: block;
	}
}