/* Contact Form 7 Styles
---------------------------------*/
 
.wpcf7 {
 
background-color: #F0F0F0;
 
border: 5px solid #666666;
 
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 textarea
{
margin-left: 5px; 
margin-right: 5px; 
margin-top: 5px;       
width: 95%;
}

/*Form border*/
.wpcf7 {
    padding: 20px 25px !important;
    padding-bottom: 0px !important;
}