input[type=text]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus {
	border-color: #666;
	-o-box-shadow: 0 0 2px #666;
	-moz-box-shadow: 0 0 2px #666;
	-webkit-box-shadow: 0 0 2px #666;
	box-shadow: 0 0 2px #666;
}

