input,
textarea {
	border: 1px #7f9db9 solid;
	background: #ffffff;
	}

input:focus,
textarea:focus {
	border-color: #555555;
	background: #e5e5e5;
	}
