#genInfoContainer
{
  width: 583px;
  height: 100%;
/*  height: 500px; */  
  position: static;
  overflow: auto; 
/*  overflow: scroll;*/
  overflow-x: hidden; 
}

#wrap
{
  overflow: hidden; 
  position: relative;
/*  width: 300px;*/
  width: 100%;
}

table#data1, table#data2
{ 
  position: relative;
  z-index: 50; 
/*  width: 420px;*/
}

/*
table#data1 TD 
{
  width: 130px; 
  text-align: right; 
}

table#data2 TD 
{
  width: 140px; 
  text-align: right; 
}

*/