input:focus {
    outline: none;
    border-bottom: #5C97A3 solid 1px;
}

input {
    width: 200px;
    font-size: 18px;
    border-bottom: 1px #EEEEEE solid;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    outline: none;
}

label {
    margin-right: 10px;
    text-align: right;
    width: 150px;
    line-height: 24px;
}