@charset "utf-8";
/* CSS Document */

label{
	float: left;
	width: 120px;
}

input, textarea{
	margin-bottom: 5px;
}

textarea{
	width: 250px;
	height: 80px;
}

.boxes{
	width: 1em;
}

#submitbutton{
	margin-left: 120px;
	margin-top: 5px;
	width: 150px;
}

br{
	clear: left;
}
