﻿h2 {
	text-align: left;
}



	.btn { float: left;
		clear: both;
		background: url(../Images/btn_left.png) no-repeat;
		padding: 0px 0px 0px 45px;
		margin: 5px 0px;
		height: 54px;}
	.btn:hover { float: left;
		opacity:0.8;
		clear: both;
		background: url(../Images/btn_left.png) no-repeat;
		padding: 0px 0px 0px 45px;
		margin: 5px 0px;
		height: 54px;}
	.btn a{ float: left;
		height: 54px;
		background: url(../Images/btn_stretch.png) no-repeat left top;
		background-size: 100% 100%;
		line-height: 54px;
		padding: 0px 0px;
		color: #2C7BAB;
		font-family: Arial;
		font-size: 16px;
		font-style: normal;
		font-weight: bold;
		text-shadow: none;
		text-align: right;
		text-decoration: none;
	width: 296px;
}
	.btn span { background: url(../Images/btn_right.png) no-repeat;
		float: left;
		padding: 0px 0px 0px 89px;
		height: 54px;}
