.btn,input[type="submit"] 
 {
  border-radius: 15px;
 
  font-family: Georgia;
  color: white;
  font-size: medium;
  background: #096894;
  padding: 4px 14px 5px 14px;
  text-decoration: none;
    width: 145px;
    height: 36px;
}

.btn:hover,input[type="submit"]:hover {
  background: #e2e8eb;
  text-decoration: none;

  color:black;
}
.btn:focus,input[type="submit"]:focus {
  background: #e2e8eb;
  text-decoration: none;

  color:black;
}

 .CompletionList{

        border:solid 1px Gray;

        margin:0px;

        padding:3px;

        height: 120px;

        overflow:auto;

        background-color: #FFFFFF;     

        } 

        .Highlight {

        color: #191919;

        } 

        .AutoCompleteHighlight{

        background-color: #ADD6FF;       

        }

 .CompletionList{

        border:solid 1px Gray;

        margin:0px;

        padding:3px;

        overflow:auto;

        background-color: #096894;     

        } 

        .Highlight {

        color: #191919;

        } 

        .AutoCompleteHighlight{

        background-color: #ADD6FF;       

        }
