/* v4 style button CSS 							*/
/* Reworked from original version for 			*/
/* greater browser compatibility and usability 	*/


.button_blue {
	height: 45px;
	padding:5px 10px;
}

a.button, a.button:visited {
	float:left;
    background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnLeft_Blue1_6x25.gif") no-repeat left top;
    padding:0 0 0 5px;
	margin:0;
	height: 25px;
	text-decoration:none;
	cursor:hand;
}

a.button span, a.button:visited span {
	display:block;
	float:left;
	border:none;
	margin:0;
    background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnRight_Blue1_400x25.gif") no-repeat right top;
	padding:4px 9px 2px 7px;
	height: 25px;
	font-family: Arial, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

a.button:hover {
	background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnLeft_Blue2_6x25.gif") no-repeat left top;
	outline:none;
	text-decoration:none;
}

a.button:hover span {
	background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnRight_Blue2_400x25.gif") no-repeat right top;
	text-decoration:none;
}

a.button:active {
	background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnLeft_Blue3_6x25.gif") no-repeat left top;
	outline:none;
	text-decoration:none;
}

a.button:active span {
	background:url("http://pics.ebaystatic.com/aw/pics/uk/yukon_images/reworked/BtnRight_Blue3_400x25.gif") no-repeat right top;
	text-decoration:none;
}


