/* Start custom CSS */.wpcf7
{
    background-color: #fff;
    border: 2px solid #fff;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #faf9ff;
    color: #000;
    width: 100%;
	border-radius: 8px 8px 8px 8px;
}
.wpcf7 input[type="date"]
{
    background-color: #faf9ff;
    color: #000;
	width: 50%;
	border-radius: 8px 8px 8px 8px;
}
.wpcf7 input[type="tel"]
{
    background-color: #faf9ff;
    color: #000;
	width: 50%;
	border-radius: 8px 8px 8px 8px;
}
.wpcf7 input[type="submit"]
{
    background-color: #faf9ff;
    color: #000;
	border-radius: 8px 8px 8px 8px;
	border: 1px solid #bbb;
}
.wpcf7 input[type="submit"]:hover 
{
	background-color: #233c76;
	color: #faf9ff;
}/* End custom CSS */