#content
{
 height: 100%;
 width: 97%;
 text-align:left;
}

#message
 {   
  font-weight: bold;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 10px;
}

#message a 
{
  text-decoration: none;
  margin: 0px;
  color: #173f5f;
}
 
#message input 
{
  border: #999 1px solid; 
  font-family: Arial;
  font-weight: normal;
  font-size: 12px;
}

.rez 
{
	font:10pt Arial;
}

#scroll
{
  position: relative;
  margin: 0 ;
  visibility: hidden;
  background-color: white;
  z-index: 1;    
  width: 300px;
  /*height: 180px;*/
  border-top-style: solid;
  border-right-style: solid;
  border-left-style: solid;
  border-collapse: collapse;
  border-bottom-style: solid;
  border-color: #000000;
  border-width: 1px;      
  overflow: auto;
}

#scroll div
{
  margin: 0 auto;
  text-align:left;
}

#suggest table
{
  width: 100%;
  font-size: 11px;
  font-weight: normal;
  color: #676767;
  text-decoration: none;
  border: 0px;
  padding: 0px;  
  text-align:left;   
  margin: 0px;
}

#suggest table a
{
	text-decoration:none;
	color:#000000;	
}

#suggest table a:hover
{
	text-decoration:underline;
	color:#0054A6;
}

.highlightrow
{
  background-color: #999999;
  cursor: pointer;
}