a.button{
	float:left;
	background:buttonface url(../images/link-button-border.gif) no-repeat;cursor:pointer;font-size:0;text-align:center;
	text-align:center;
	display:block;
	_width:70px;
	min-width:70px;
	text-decoration:none;
	margin:3px 2px;
}

a.button:hover span{
	opacity:0.6;
	filter:alpha(opacity:80);
	texxt-decoration: italics;
}

a.button span
{
	padding:3px 8px 4px 8px;
	
	text-align:center;
	position:relative;
	left:1px;top:1px;
	display:block;
	text-decoration:none;
	background:url(../images/link-button-border.gif) right bottom no-repeat;
	font:small/1 Verdana;
	color:#222;
	
}
