form {
	width: 340px;
}

#name, #email, #phone {
	width: 200px;
}

input, message {
	border: thin inset;
}

#submit {
	border: thin outset;
}

label {
	display: block;
	float: left;
	width: 70px;
}

#message {
	margin-top: 10px;
	width: 325px;
	height: 153px;
}

#contact-baby {
	width: 259px;
	float: right;
}

#contact-info {
	width: 400px;
}
