/*
button.css

2006-11-12 14:55:08 (Jake): created
2007-03-08 21:41:43 (Jake): changed the divs to a
*/

a div.button_wide {	
	position: relative;
	width: 137px;
	height: 24px;
	cursor: pointer;
	background-image: url(art/button_wide.png);
	text-align: center;
	vertical-align: center;
	color: rgb(0, 0, 0);
	font-size: 8pt;
	padding-top: 6px;
}

a div.button_wide:hover {
	background-position: 0px 60px;
	padding-top: 7px;
	height: 23px;
}

a div.button_arrow {
	position: relative;
	width: 160px;
	height: 22px;
	cursor: pointer;
	background-image: url(art/button_arrow.png);
	text-align: left;
	font-size: 10pt;
	padding-top: 4px;
	background-position: 134px;
	background-repeat: no-repeat;
}

a:hover div.button_arrow {
	
}
