.btn_free
{
	background:url(../img/btn-shade-bottom.png) no-repeat bottom right;
}
.btn_free:hover
{
	background-color:#f5f5f5;
}
	.btn_free a
	{
		display:block;
		padding:5px 7px 5px 7px;
		border:solid 1px #ccc;
		text-decoration:none;
	color:black;		background:url(../img/btn-shade-top.png) no-repeat top left;
	}
	.btn_free a:hover
	{
		border-color:#999;
	}

