.btn {
	float: left	;
	clear: both;
	background: url(../images/btn/btn_left.png) no-repeat;
	padding: 0 0 0 10px;
	margin: 5px 0;
}
.btn a{
	float: left;
	height: 40px;
	background: url(../images/btn/btn_stretch.png) repeat-x left top;
	line-height: 40px;
	padding: 0 10px;
	color: #EED7B7;
	font-size: 1em;
	text-decoration: none;
}
.btn a:hover {color:#C79266;}

.btn span {
	background: url(../images/btn/btn_right.png) no-repeat;
	float: left;
	width: 10px;
	height: 40px;
}
.btn_orange { background-color: #576886 }
.btn_try { background-color: #002c85; }

.clear {
	clear: both;
}
