body,textarea,td,th {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:normal;
  line-height:1.4;
  color:black;
  background-color:white;
}
td,th {
  height:15px;
  padding:3px;
  margin:0px;
}
th {
  font-weight:bold;
  text-align:right;
  vertical-align:top;
}
div#error, .error {
  width:100%;
  color:red;
  background-color:#FFFF99;
}
div#selectcontacts {
  overflow:auto;
  height:300px; 
  width:390px;
  border:1px solid black;
  padding:5px;
}
div#selectcontacts th {
  background-color:silver;
  vertical-align:middle;
  text-align:left;
}
div#gettingcontacts {
  display:none;
  font-weight:bold;
  color:red;
  float:left;  
}
