﻿label {
	display: block;
	float: left;
	width: 130px;
	text-align: right;
	margin-right: 10px;
}
form {
	margin: 10px;
}
input {
	width: 180px;
}
textarea {
	height: 170px;
	width: 300px;
}
.submit {
	width: 100px;
	border-top-style: 2;
	border-right-style: 2;
	border-bottom-style: 2;
	border-left-style: 2;
}

