﻿.textbox
        {
            font-size: 12px;
            /*background-image: url( 'Grafik/google.gif' );*/
            background-position: left bottom;
            background-repeat: no-repeat;
            width: 120px;
            border:0px;
            border-bottom: 1px solid white;
            border-right: 1px solid white;
            border-left: 1px solid white;
            
        }
        .button
        {
            font-size: 11px;
            width: 60px;
            position: relative;
            top: 2px;
        }
        .wordSuggestion
        {
            padding: 1px;
            font-size: 11px;
            color: Black;
            background-color: White;
        }
        .wordSuggestion:hover
        {
            padding: 1px;
            font-size: 11px;
            color: White;
            background-color: #e00026;
            cursor: default;
        }
        .wordSuggestionOver
        {
            padding: 1px;
            font-size: 11px;
            color: White;
            background-color: #e00026;
            cursor: default;
        }
        .searchText
        {
        position:relative;
        bottom:1px;
        left:2px;	
        }