/* new button style */
a .button{
	font-size:12px;
	color:#ffffff;
	font-family:Arial;
	display:block;
	font-weight:bolder;
/*	float:left; */ 	
	margin-left:10px;
}
a:hover .button{
	background:url();
	background-color:transparent;
}
a .button .left{
	float:left;
	background:url(img/buttons/normal/left.png) no-repeat;
	width:9px;
	height:20px;	
}
a:hover .button .left{
	float:left;
	background:url(img/buttons/rollover/left.png) no-repeat;
	width:9px;
	height:20px;	
}
a .button .middle{
	background:url(img/buttons/normal/bg.jpg) repeat-x;
	float:left;
	padding:2px 5px 0 5px;
	height:18px;
}
a:hover .button .middle{
	background:url(img/buttons/rollover/bg.jpg) repeat-x;
	float:left;
	padding:2px 5px 0 5px;
	height:18px;
}
a .button .right{
	float:left;
	background:url(img/buttons/normal/right.png) no-repeat;
	width:9px;
	height:20px;	
}
a:hover .button .right{
	float:left;
	background:url(img/buttons/rollover/right.png) no-repeat;
	width:9px;
	height:20px;	
}