

.sample_attach {
	padding: 0px;
	margin: 0px;
	width: 120px;
	background: #2A2A2A;
	
}

.sample_attach a {
	color: #fff;
 	text-decoration: none;
  	border-left: 1px solid #959595;
  	border-top: 1px solid #959595;
 	padding-left: 10px;
  	display: block;
  	width: 100%;
 	
}

.sample_attach a:hover {
	text-decoration: underline;

}
