/* CSS Document */
form {
	border-width: 2px 2px 5px 2px;
	border-style:solid;
	border-color:#474837;
	padding: 20px 30px 20px 30px;
	}

textarea {
	background-color:#eee;
	width:325px;
	margin: 0 0 10px 0;
	}
textarea:focus {
	background-color:#ddd;
	}
	
#phone, #name, #email {
	background-color:#eee;
	width:325px;
	}	
#phone:focus, #name:focus, #email:focus {
	background-color:#ddd;
	}