.wpcf7-form input, .wpcf7-form textarea {
font-size: 15px;
color: #ffffff;
height: 20px;
width: 500px;
}

.wpcf7-form input {
		background-color: #04AA6D;
}

.wpcf7-form textarea {
font-size: 15px;
height: 120px;
color: #ffffff;
}

.wpcf7-form p{
font-size : 15px;
color: #ffffff;
}

input.wpcf7-submit {
		width: 510px;
    background-color: #000000;
    border: linear;
		border-color: #ff0000;
    box-shadow: none;
		color: #ffffff;
		height: 30px;
}

input.wpcf7-submit:hover {
    background-color: #ff2222;
    border: linear;
		border-color: #ff0000;
    box-shadow: none;
		color: #ffffff;
		height: 30px;
}