.a-btn-sel{
	background: #B2CBE5 !Important;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(#D1E8D1,0),color-stop(#558CC5,1)) !Important;
	background: -webkit-linear-gradient(top, #B2CBE5 0%, #558CC5 100%) !Important;
	background: -moz-linear-gradient(top, #B2CBE5 0%, #558CC5 100%) !Important;
	background: -o-linear-gradient(top, #B2CBE5 0%, #558CC5 100%) !Important;
	background: linear-gradient(top, #B2CBE5 0%, #558CC5 100%) !Important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#B2CBE5', endColorstr='#558CC5',GradientType=0 ) !Important;
	padding-left: 90px !Important;
	padding-right: 105px !Important;
	height: 90px !Important;
	display: inline-block !Important;
	position: relative !Important;
	border: 1px solid #3c75b2 !Important;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2) !Important;
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2) !Important;
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2) !Important;
	-webkit-border-radius: 4px !Important;
	-moz-border-radius: 4px !Important;
	border-radius: 4px !Important;
	float: none !Important;
	clear: both !Important;
	margin: 10px 0px !Important;
	overflow: hidden !Important;
	-webkit-transition: box-shadow 0.3s ease-in-out !Important;
	-moz-transition: box-shadow 0.3s ease-in-out !Important;
	-o-transition: box-shadow 0.3s ease-in-out !Important;
	transition: box-shadow 0.3s ease-in-out !Important;
}
.a-btn{
	background: #E1F0E1;
	background: -webkit-gradient(linear,left top,left bottom,color-stop(#FDF2E4,0),color-stop(#FDC82F,1));
	background: -webkit-linear-gradient(top, #FDF2E4 0%, #FDC82F 100%);
	background: -moz-linear-gradient(top, #FDF2E4 0%, #FDC82F 100%);
	background: -o-linear-gradient(top, #FDF2E4 0%, #FDC82F 100%);
	background: linear-gradient(top, #FDF2E4 0%, #FDC82F 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#FDF2E4, endColorstr=#FDC82F,GradientType=0 );
	padding-left: 90px;
	padding-right: 105px;
	height: 90px;
	display: inline-block;
	position: relative;
	border: 1px solid #dea803;
	-webkit-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	box-shadow: 0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 3px rgba(0,0,0,0.2);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	float: none;
	clear: both;
	margin: 10px 0px;
	overflow: hidden;
	-webkit-transition: box-shadow 0.3s ease-in-out;
	-moz-transition: box-shadow 0.3s ease-in-out;
	-o-transition: box-shadow 0.3s ease-in-out;
	transition: box-shadow 0.3s ease-in-out;
}
.a-btn img{
    position:absolute;
    left:15px;
    top:13px;
    border:none;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn .a-btn-slide-text{
    position:absolute;
    font-size:36px;
    top:18px;
    left:18px;
    color:#6d954e;
    opacity:0;
    text-shadow:0px 1px 1px rgba(255,255,255,0.4);
    -webkit-transition:opacity 0.2s ease-in-out;
    -moz-transition:opacity 0.2s ease-in-out;
    -o-transition:opacity 0.2s ease-in-out;
    transition:opacity 0.2s ease-in-out;
}
.a-btn-text{
    padding-top:13px;
    display:block;
    font-size:30px;
    text-shadow:0px -1px 1px #dea803;
}
.a-btn-text small{
    display:block;
    font-size:11px;
    letter-spacing:1px;
}
.a-btn-icon-right{
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:80px;
    border-left:1px solid #dea803;
    -webkit-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    -moz-box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
    box-shadow:1px 0px 1px rgba(255,255,255,0.4) inset;
}
.a-btn-icon-right span{
    width:38px;
    height:38px;
    opacity:0.7;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-20px 0px 0px -20px;
    border:1px solid rgba(0,0,0,0.5);
    background:#4e5c50 url(../images/arrow_down.png) no-repeat center center;
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    box-shadow:0px 1px 1px rgba(255,255,255,0.3) inset, 0px 1px 2px rgba(255,255,255,0.5);
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    transition:all 0.3s ease-in-out;
}
.a-btn:hover{
    -webkit-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    -moz-box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
    box-shadow:0px 1px 1px rgba(255,255,255,0.8) inset, 1px 1px 5px rgba(0,0,0,0.4);
}
.a-btn:hover img{
    -webkit-transform:scale(10);
    -moz-transform:scale(10);
    -ms-transform:scale(10);
    -o-transform:scale(10);
    transform:scale(10);
    opacity:0;
}
.a-btn:hover .a-btn-slide-text,
.a-btn:hover .a-btn-icon-right span{
    opacity:1;
}
.a-btn:active{
    position:relative;
    top:1px;
    background:#dea803;
    -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    box-shadow:1px 1px 2px rgba(0,0,0,0.4) inset;
    border-color:#FDF2E4;
}
.a-btn:active .a-btn-icon-right span{
    -webkit-transform:scale(1.4);
    -moz-transform:scale(1.4);
    -ms-transform:scale(1.4);
    -o-transform:scale(1.4);
    transform:scale(1.4);
}
