.btn {
	float: left;
	clear: both;
	background: url(imgs/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(imgs/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #fff;
	font-size: 1em;
	text-decoration: none;
}
.btn span {
	background: url(imgs/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}

.btn_special { background-color: #990000; }
.btn_chicket { background-color: red; }

.clear {
	clear: both;
}