body {
	font-family: cursive;
	font-size: larger;
}

form {
	width: 400px;
	border: 3px solid;
	border-radius: 5%;
}

.form-top {
	border-bottom: none;
}

.form-lower {
	border-top: none;
}

.main-lable {
	margin-bottom: 15px;
	font-weight: bold;
}

.form-lower,
.form-top {
	border: none;
}
.form-top input {
	width: 300px;
	height: 30px;
}

label {
	display: block;
}

input {
	margin-bottom: 15px;
	cursor: pointer;
}

textarea {
	resize: vertical;
	max-height: 500px;
	width: 300px;
	height: 30px;
}
button {
	cursor: pointer;
	border: none;
}
