.wrapper{
	width:80%;
	margin:0 auto;
}
.sample{
	padding:20px;
}

.btn{
	color:#fff;
	font-weight: 300;
	line-height: 36px;
	display: inline-block;
	position: relative;
	padding-right: 40px;
}

.btn span{
	display: inline-block;
	vertical-align: top;
}

.btn span.text{
	background-color: #d42d27;
	padding: 10px 24px;
}

.btn span.icon{
	background: url(../default/images/arrowW.png) no-repeat scroll center center #a90b05;	
	position: absolute;
	right: 0;
	top:0;
	width: 40px;
	height: 100%;
}

.btn:hover .text{
	background-color: #a90b05;
}

.btn:hover .icon{
	background-color: #770b07;		
}

.btn.lg{
	font-size: 18px;
}

.btn.lg .text{
	padding-top: 13px;
	padding-bottom: 13px;
}

.redBtn{
	background-color: #d42d27;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	padding: 14px 20px;
	line-height: 16px;
}