BUTTON{
	padding-bottom:3px;
	height:24px;
	width:120px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/button_bg.gif);
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}
BUTTON:hover {
	padding-bottom:3px;
	height:24px;
	width:120px;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background-image: url(images/button_bg_hover.gif);
	border-top-width:0px;
	border-left-width:0px;
	border-right-width:0px;
	border-bottom-width:0px;
}
