.contact_form{ margin-bottom:10px;text-align: center;}
label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 8px;
    font-weight: 500;
    float: left;
    width: 100%;
}
optgroup, select, textarea, .wpcf7-text {
    float: left;
    width: 100%;
	padding: 8px;
}
.wpcf7-submit {
    padding: 8px 26px;
    background: #52b65b;
    border-radius: 0px;
    border: 0px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}