﻿
.searchButton {
    padding-left: 20px;
    padding-right: 20px;
    background-color: #BBE0E3;
    color: #000000;
    border: solid 0.04vw #89A4A7;
    height: 30px;
    margin-left: 20px;
    margin-top: -5px;
}

.inputStyle {
    height: 30px;
    margin-left: 30px;
    margin-top: 2px;
    margin-bottom: 2px;
    outline: none;
    border-radius: 3px;
    border: solid 0.04vw #89A4A7;
    padding-left: 15px;
    font-size: 14px;
    width:200px;
}
