.btn1 {
	float: left;
	clear: both;
	background: url(btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	height:40px;
	/*margin: 5px 0;*/
	margin: auto;
}
.btn1 a{
	float: left;
	height: 40px;
	background: url(btn_stretch.png) repeat-x left top;
	line-height: 39px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn1 a:hover {
	text-decoration: none;
}
.btn1_href a:hover {
	text-decoration: none;
}
.btn1 span {
	background: url(btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.clear {
	clear: both;
}