a.lbutton {
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
	text-align:center;
	line-height: 18px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "Trebuchet MS";
	color:#0066cc;
	text-decoration:none;
	background:url(../images/button2.gif) no-repeat left top;
	height:52px;
}
a.lbutton span {
	display:block;
	float:left;
	background:url(../images/button2.gif) no-repeat right top;
	height:42px;
	padding-left:2px;
	padding-top:10px;
	padding-right:9px;
	margin-left:5px;	
	text-decoration:none;
	cursor:pointer
}
a.lbutton:hover {
	background-position:0px bottom;	
	color:#336600
}
a.lbutton:hover span {
	background-position: right bottom;
	text-decoration:underline;
}
