.wpcf7{
    width:580px;
    font-size: 80%;
}
.wpcf7 p {
    font-family: "Times New Roman",Times,serif;
    font-weight: 800;
    text-transform: uppercase;
    color: #696969;
    font-size: 80%;
    margin-bottom:10px !important;
}
.wpcf7 input,
.wpcf7 textarea {
    font-family:Helvetica,arial, sans-serif;
    font-size:1.25em;
    font-weight:normal;
}
.wpcf7 input:hover,
.wpcf7 textarea:hover {
    background:white;
}
.wpcf7 input.wpcf7-submit {
	background: none repeat scroll 0 0 #57176B;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1.675em;
    font-weight:normal;
    padding: 8px 9px;
    width: auto !important;
}
.wpcf7 input.wpcf7-submit:hover {
    background:#C43FCD;
}