#form {
	position: relative;
	height: 300px;
}

label#name {
	position: absolute;
	left: 50px;
	top: 20px;
	width: 150px;
	text-align: right;
}

label#email {
	position: absolute;
	left: 50px;
	top: 61px;
	width: 150px;
	text-align: right;
}

label#address {
	position: absolute;
	left: 50px;
	top: 85px;
	width: 150px;
	text-align: right;
}

label#phone {
	position: absolute;
	left: 50px;
	top: 112px;
	width: 150px;
	text-align: right;
}

label#comments {
	position: absolute;
	left: 50px;
	top: 148px;
	width: 150px;
	text-align: right;
}

input#name {
	position: absolute;
	left: 220px;
	top: 19px;
	width: 280px;
}

input#email {
	position: absolute;
	left: 220px;
	top: 60px;
	width: 280px;
}

input#address {
	position: absolute;
	left: 220px;
	top: 85px;
	width: 280px;
}

input#phone {
	position: absolute;
	left: 220px;
	top: 113px;
	width: 280px;
}

input#comments {
	position: absolute;
	left: 220px;
	top: 149px;
	height: 80px;
	width: 280px;
	vertical-align: top;
}

#buttons {
	position: absolute;
	left: 420px;
	top: 250px;
	width: 100px;
}
