#trashbox {
	margin:5px;
	padding:0px;
	float:center; 

	
}
#trashbox dl {

	margin: 0; 
	padding: 0; 
	background: transparent;
}
#trashbox dt .head, #trashbox dt .head:visited {
	font-size: 0.9em; 
	color: #00385d; 
	border:1px solid #d5e3f0; 
	border-width:0 1px 1px 1px; 
	background:#d5e3f0; 
	padding:0.25em 0 0.75em 0;
	font-weight: bold;
	padding:7px;
}

#trashbox dt .title, #trashbox dt .title:visited {
	
	color: #00385d; 
	font-weight: bold;
	
}

#trashbox b.p1,b.p2,b.p3,b.p4 {display:block; overflow:hidden; height:1px;}

#trashbox b.p1 {
	background:#f2f7fb; 
	margin:0 5px;
}

#trashbox b.p2 {
	background:#eaf3fb; 
	border-width:0 2px; 
	margin:0 3px;
}

#trashbox b.p3 {
	background:#e4eef8; 
	margin:0 2px; 
	border-width:0 1px;
}

#trashbox b.p4 {
	height:2px; 
	background:#dce8f4; 
	margin:0 1px; 
	border-width:0 1px;
}

#trashbox div.main{
	border-left:solid 1px #d5e3f0;
	border-right:solid 1px #d5e3f0;
	border-bottom:solid 1px #d5e3f0;
	background:#fff;
	padding:3px;
}
*/