/* sets CF7 textarea border and fill color */
.wpcf7 input[type=text], .wpcf7 textarea {
	border: 1px solid #A0A0A0;
        background:#fff;
}