.keyWordIhm {
    position: relative;
    width: 320px;
    border: solid 1px #a9a9a9;
}

.keyWordIhm .hidden {
    display: none;
}

.keyWordIhm .keyword {
    width: 290px;
    height: 48px;
    line-height: 48px;
    padding:0 15px;
    border: none;
    outline: 0;

    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #4d4d4d;
}

.keyWordIhm .submit,
.keyWordIhm .reset {
    position: absolute;
    right: 0;
    top: 0;
    height: 48px;
    line-height: 48px;
    border: none;
    border-radius: 0;
    background: #FFF;
    width: 48px;
    color: #a9a9a9;
    text-transform: uppercase;
    font-family: Ubuntu;
    font-size: 17px;
    font-weight: 400;
    font-family: FontAwesome;
    text-align: center;
    cursor: pointer;
}

.keyWordIhm .reset:after {
    content:'\f0e2';
}

.keyWordIhm .submit:after {
    content:'\f002';
}