body { margin-left: 1%; margin-right: 1%;
margin-top: 0%; margin-bottom: 0%;
font-family: Arial, Helvetica, sans-serif; color: black; font-size: 1.2em;
}
label {white-space: nowrap; }

 h1 { font-size: 1.8em; font-weight: bold; text-indent: 0em;
      font-style: normal; }
  p { font-size: 1.2em; text-indent: 0em; margin-top: .3em; margin-bottom: 0;
      font-weight: normal; }
  a { font-size: 1.2em; }
  .bigger { font-size: 2.0em; }

input{padding:3px;border:1px solid #a0a0a0;background:#fff;}
input:hover{border:1px solid #0088cc;background:#fff;}

.btnRed{background:#fe0000;color:#fff;}
.btnBlue{background:#0088cc;color:#fff;}
.btnGrey{background:#bbb;color:#444;}

.cursorHand{cursor:pointer;}

.suggestion_list {
 background: white;
 border: 1px solid;
 padding: 4px;
 overflow: auto;
 height: 300px;
 width: 200px;
}

.suggestion_list ul {
 padding: 0;
 margin: 0;
 list-style-type: none;
}

.suggestion_list a {
 text-decoration: none;
 color: navy;
}

.suggestion_list .selected {
 background: navy;
 color: white;
}

.suggestion_list .selected a {
 color: white;
}

#autosuggest {
 display: none;
}
