

.footer_top {
    padding: 20px 20px;
}

.footer_bottom {
    display: block;
    text-align: center;
    line-height: 50px;
    height: 50px;
}

.contact_form input[type='text'], .contact_form textarea {
    font-family: inherit;
    background-color: #EAEAEA;
    width: 92%;
    margin: 0 0 20px 0;
    padding: 12px 4%;
    border: solid #ccc 1px;
    outline: 0;
    resize: none;
    font-size: 13px;
    color: #888;
}

select {
    height: 32px;
    font-family: 'Open Sans',sans-serif;
    border: 1px solid silver;
    border-radius: 3px;
    display: inline-block;
    box-shadow: none;
    font-size: 14px;
    margin-right: 2px;
    position: relative;
    overflow: hidden;
}
