::-webkit-input-placeholder { /* WebKit browsers */
color: #c9c9c9 !important;
opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #c9c9c9 !important;
opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #c9c9c9 !important;
opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #c9c9c9 !important;
opacity: 1;
}

/*  Styles for Contact Form 7*/
/* See this link for details of overwriting CSS file in ContactForm 7
https://www.wpbeginner.com/wp-tutorials/how-to-style-contact-form-7-in-wordpress/ 
*/

/*
A problem exists when div is used in the middle of the form. The box will start at the beginning and ends at the . To overcome this problem, I added a neutral  box at the beginning of the form that ends with  at the beginning of the div - color box. See Contact form RFQ new Inductor specification! 
*/

div#wpcf7-background-color-box-neutral
{
    background-color: #ffffff;
    border: 0px solid #ffffff;
}
	
div#wpcf7-background-color-box
{
    background-color: #fbefde;
    border: 2px solid #ba6204;
}



/*  END Styles for Contact Form 7*