.btn {
	height: 20px;
	display: block;
	background: top right #FFF;
	text-align: center;
	}
.btn div {
	padding: 0 5px 0 10px;
	margin: 0 5px 0 0;
	background: top left #FFF;
	font: bold 11px/20px Arial;
	color: #FFF;
	display: block;
	}
.btn:hover {
	text-decoration: none;
	background-position: bottom right;
	}
.btn:hover div {
	cursor: pointer;
	background-position: bottom left;
	}
.btn1 {
	height: 20px;
	display: block;
	background: top right #f60;
	text-align: center;
	}
.btn1 div {
	padding: 0 5px 0 10px;
	margin: 0 5px 0 0;
	background: top left #f60;
	font: bold 11px/20px Arial;
	color: #FFF;
	display: block;
	}
.btn1:hover {
	text-decoration: none;
	background-position: bottom right;
	}
.btn1:hover div {
	cursor: pointer;
	background-position: bottom left;
	}
div.btn1.green,div.btn1.green div 
{
	background-image: url(../images/green.png);
}
div.btn.orange,div.btn.orange div 
{
	background-image: url(../images/orange.png);
}
	


