/*--------------------------------------
GOOGLE CUSTOM SEARCH
---------------------------------------*/
#cse-search-form {
    width: 250px !important
}
#cse-search-form table.gsc-search-box td.gsc-input {
    padding: 0 !important
}
#cse-search-form input.gsc-input[type="text"] {
    width: 200px;
    font-size: 12px;
    border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -webkit-appearance: none;
}
#cse-search-form input.gsc-search-button[type="submit"] {
    margin-left: 0 !important;
    background-color: #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-family: 'Century Gothic', Verdana, sans-serif;
    height: 26px;
    width: 30px;
    min-width: 40px;
    border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -webkit-appearance: none;
}