.btpq {
	background:none;
	border: none;
	cursor: pointer;
	font-weight: bold;
	color: #FFFFFF;
	padding:0px;
	font-size: 11px;
	margin: 0px;
	overflow: hidden;
	float: right;
}
.btpq .esq    {
	background-image: url(../layout/btpq-esq.png);
	background-repeat: no-repeat;
	height: 20px;
}
.btpq .dir  {
	background-image: url(../layout/btpq-dir.png);
	background-position: right top;
	background-repeat: no-repeat;
	padding-top: 3px;
	height: 17px;
	padding-right: 10px;
	padding-left: 10px;
	white-space: nowrap;
}
.btpqhover .esq  {
	background-position: 0px -20px;
}
.btpqhover .dir {
	background-position: right -20px;
}
.btpqclic .esq  {
	background-position: 0px -40px;
}
.btpqclic .dir {
	background-position: right -40px;
}

button:hover2 .esq  {
	background-position: 0px -30px;
}
button:hover2 .dir {
	background-position: right -30px;
}
