div.sample_attach
{
  position: relative;
  border: 0px solid black;
  padding: 0px 0px;
  color: #000000;
  z-index:100;
}

a.sample_attach
{
  position: relative;
  width: 200px;
  border: 0px solid black;
  padding: 5px 10px;
  display: block;
  border-bottom: none;
  text-decoration: none;
  background: #D1D1D1;
  color: #000000;
  z-index:100;
}
a.sample_attach:hover{ /*hover background color*/
background-color: #E1E1E1;
}


table.sample_attach
{
  position: relative;
  border: 0px solid black;
  background: #D1D1D1;
  z-index:100;
}