.searchInput {
    text-align: center;
    background: url("/images/dashed.gif") repeat-x;
    font-size: 40px;
    font-family: Arial,sans-serif;
    border: solid lightgray; 
    border-width:0 1px 0 1px;
    width:90%;
    padding-left:5px;
    padding-right:5px;
}

.searchLabel {
    font-size: 40px;
    font-family: Arial,sans-serif;
}

.searchLabel:hover {
    text-decoration:none
}

.searchSuggest {
    font-size: 12px;
    font-weight: bold;
    FONT-FAMILY: Arial,sans-serif;
    TEXT-ALIGN: center;
}
