﻿.cssActionButton {
    background-color: #558484;
    border: 2px solid #395A63;
    color: #B5C6C6;
    font-family: Verdana;
    font-weight: bolder;
    height: 30px;
}

.cssErrorMessage {
    color: #FCACB9;
    font-weight: bolder;
    font-size: 16px;
}

.cssSearchKeywords {
    background-color: #726C6C;
    color: white;
    font-size: 14px;
    width: 125px;
}

    .cssSearchKeywords::placeholder {
        color: white;
        opacity: 1;
    }

.cssSearchSuggestions {
    background-color: #726C6C;
    color: white;
    font-size: 12px;
    position: absolute;
    width: 120px;
    display: none;
}
