/* ###### Formuar ###### */

label, input, textarea {
	display: block;
	margin-top: 1%;
}

label {
	font-weight:bold;
	margin-top: 3%;
}

form .button {
	width: 50% !important;
}

textarea {
	resize: vertical;
}

input[type=image]:hover {
	opacity:0.5;
}