.buybutton {	
	color: #fff;		
	text-align: left;
	text-decoration: none;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #E8C638 url(images/orangebuttonbg.gif) repeat-x;		
	font-weight: bold; 		
	border: solid 1px #E8B628;
	border-right: solid 1px #C89608;	
	border-bottom: solid 1px #C89608;		
	width: 200px;
}	
.buybutton:hover { 
	background: #FFD500 url(images/orangebuttonbg2.gif) repeat-x;
	cursor: pointer;
}

.dlbutton {	
	color: #fff;		
	text-align: left;
	text-decoration: none;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #84d65a url(images/greenbuttonbg.gif) repeat-x;		
	font-weight: normal; 		
	border: solid 1px #84C64a;
	border-right: solid 1px #64B63A;	
	border-bottom: solid 1px #64B63A;	
	width: 200px;
}	
.dlbutton:hover { 
	background: #85eb51 url(images/greenbuttonbg2.gif) repeat-x;	
	cursor: pointer;
}

.emptybutton {	
	color: #fff;		
	text-align: left;
	text-decoration: none;	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #D4D4D4 url(images/greybuttonbg.gif) repeat-x;		
	font-weight: bold; 		
	border: solid 1px #D4C4C4;
	border-right: solid 1px #B4B4B4;	
	border-bottom: solid 1px #B4B4B4;	
	width: 200px;
}	
.emptybutton:hover { background: #E9E9E9 url(images/greybuttonbg2.gif) repeat-x; }
