a.btn{
	display:inline-block;
	*zoom:1;
	text-decoration: none;
	color: #0066cc;
	font-weight: normal;
	cursor: pointer;
	overflow:hidden;
}
a.btn span{
	cursor: pointer;
	display: inline-block;
	float: left;
	vertical-align: middle;
}
a.btn span.ico{
	margin-top:7px;
	margin-right:3px;
}
a.btn span.right .ico{
	_height: 16px;
	_line-height: 16px;
}
a.btn-common{
	background: url('../images/btn-common-right.png') no-repeat right top;
}
a.btn-common span.left{
	height: 33px;
	width: 17px;
	background: url('../images/btn-common-left.png') no-repeat;
}
a.btn-common:HOVER{
	background: url('../images/btn-common-right-hover.png') no-repeat right top;
}
a.btn-common:HOVER span.left{
	background: url('../images/btn-common-left-hover.png') no-repeat;
}
a.btn-common span.right{
	padding-right: 17px;
	line-height: 31px;
	height: 33px;
}
a.btn-inline{
}

a.btn-inline:HOVER{
	background: url('../images/btn-inline-right.png') no-repeat right top;
}
a.btn-inline:HOVER span.left{
	background: url('../images/btn-inline-left.png') no-repeat;
}
a.btn-inline span.left{
	height: 28px;
	width: 11px;
	float: left;
}
a.btn-inline span.right{
	padding-right: 11px;
	line-height: 28px;
	height: 28px;
}
a.btn-img{
	display:inline-block;
	*zoom:1;
	text-decoration: none;
	color: #0066cc;
	font-weight: normal;
	cursor: pointer;
	overflow:hidden;
	padding: 6px 5px;
}
a.btn-img:HOVER{
	border:1px solid #bfdaf8;
	border-radius:  3px;
	background-color: #fafcff;
	padding: 5px 4px;
}
.toolbar-center .btn{
	font-size: 12px;
}
.toolbar-center{
	line-height: 0px;
	font-size: 0px;
	[;font-size: 0.5px;
}