#introduction .illustration {
	float: left;
	width: 200px;
	height: 200px;
	margin-right: 20px;
}

#introduction .illustration .image {
	width: 200px;
	height: 200px;
	background-image: url(images/construction.jpg);
}

#introduction .illustration .text {
	height: 15px;
	text-align: right;
	font-size: 75%;
	transform: translateY(-15px);
	color: grey;
}

#content .query {
	margin: 20px 0;
}

.yes-no {
	display: inline-block;
}

#content textarea {
	width: 100%;
	height: 4em;
}

#content .comments {
	margin: 20px 0 20px 50px;
}

#content .comments textarea {
	width: 100%;
	height: 4em;
}

