.sameday-input {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 500;
    padding: 8px 11px 7px 11px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: text;
    outline: none;
}

.washrunner-footer-sameday {
    background-color: #20b06a;
    padding: 12px 0 60px 0;
}

.sameday-button {
    background-color: #fcaf01;
    color: #fff;
    border: 0;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-weight: 800;
    font-size: 1.4em;
    width: 298px;
    height: 42px;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px rgba(0,0,0,.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0 3px 0 0;
    margin: 1px 0 6px 0;
}
.sameday-button:hover {
    background-color: #e59311;
}

.sameday-step2-textarea {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 500;
    width: 300px;
    height: 100px;
    padding: 8px 11px 7px 11px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.sameday-input-cc {
    font-family: 'Open Sans';
    font-size: 1em;
    font-weight: 500;
    padding: 8px 11px 7px 11px;
    border: 1px solid #e3e3e3;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    cursor: text;
    outline: none;
}
.sameday-input-num {
    width: 220px;
}
.sameday-input-cvv {
    width: 75px;
}
.sameday-input-exp {
    width: 170px;
}
.sameday-input-postal {
    width: 125px;
}
