@charset "utf-8";
/* CSS Document */
.fdo_link{
	border:#DFDCDC solid 1px;
	width:155px;
	height:80px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 3px 3px 5px #8F8C8C;
	-moz-box-shadow: 3px 3px 5px #8F8C8C;
	-webkit-box-shadow: 3px 3px 5px #8F8C8C; float:left;
	margin-right:10px;
	margin-bottom:10px;
	
		
}
.fdo_link:hover {
	opacity: 0.5;
	border:#fff solid 1px;	
}
