/* CSS Document */
div.sample_attach, a.sample_attach
{
	background: #e0edfa;
	text-indent: 15px;
/*	padding: 0px 15px; */
	font:normal 9px Verdana;
	line-height:20px;
} 

a.sample_attach
{
  display: block;
  border-bottom: none;
  text-decoration: none;
  color: #66a6e4;
}

a.sample_attach:hover {
	background-color: #66a6e4;
	color: #FFFFFF;
}
