@charset "utf-8";
/* CSS Document */
form {
	margin-left: 50px;
	margin-bottom: 18px;
}

input {
	margin-bottom: 18px;
}

textarea {
	margin-bottom: 18px;
}
.radio {
	margin-bottom: 0px;
}

.formbutton {
	width: 80px;
	margin-right: 18px;
	margin-top: 18px;
}

.error {
	color: red;
	font-weight: bold;
}