.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="select"],
.wpcf7 input[type="select"],
.wpcf7 textarea
{
    background-color: #fafafa;
	-moz-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
	box-shadow: inset 1px 1px 10px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}