form#webform-submission-contact-add-form {
    padding-left: 1em;
    padding-right: 1em;
}
.btn-primary {
    color: #fff;
    background-color: #0066AA;
    border-color: #2e6da4;
    float: right;
}
input#edit-name-contact {
    border: 1px solid #000000;
}
input#edit-email-name {
    border: 1px solid #000000;
}
textarea#edit-message {
    border: 1px solid #000;
}
input#edit-subject-contact {
    border: 1px solid #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid black !important;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


