fieldset {
	width: 525px;
	margin: 20px 15% 0 15%;
}

label {
	display: block;
	float: left;
	width: 140px;
	clear: left;
	font-size: 14px;
}

input {
	width: 385px;
	display: block;
	float: none;
	position: relative;
	margin-left: 140px;
}

textarea {
	display: block;
	clear: both;
	width: 100%;
}

#submit {
	float: right;
	width: 100px;
	text-align: center;
	marign: 0;
}

#sent {
	margin-bottom: 20px;
	font-size: 16px;
}
