.form_default {
    max-width: 471px;
    width: 100%;
    float: right;
}
.form_default .field,
.form_default textarea {
    width: 100%;
    height: 43px;
    border: 1px solid #b7b7b7;
    color: #b7b7b7;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 0;
    -webkit-border-radius: 0;
    -mox-border-radius: 0;
    background: #fff;
    font-size: 1.4rem;
    resize: none;
    margin-bottom: 5px;
}
.form_default textarea { height: 150px; }
.form_default input[type=submit] {
    width: auto;
    padding: 13px 32px;
    background: #223b7d;
    color: #fff;
    font-size: 1.37em;
    border-radius: 0;
    -webkit-border-radius: 0;
    -mox-border-radius: 0;
    text-indent: 0;
    cursor: pointer;
    margin-top: 20px;
}
.form_default input[type=submit]:hover { background: #b7b7b7; }


@media only screen and (max-width: 760px) {
    .form_default { float: none; margin: 0 auto; }
}