.a-btn {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #80a9da 0%, #0092dc 100%) repeat scroll 0 0;
    border: 1px solid #0092dc;
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0 0 0 4px rgba(188, 188, 188, 0.5);
    clear: both;
    display: inline-block;
    height: 38px;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 20px;
    padding-right: 80px;
    position: relative;
    transition: all 0.3s linear 0s;
}
.a-btn-text {
    color: #fff;
    display: block;
    font-size: 18px;
	font-weight: 600;
	line-height: 30px;
    padding-top: 5px;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.3);
    transition: all 0.2s linear 0s;
    white-space: nowrap;
}
.a-btn-slide-text {
    background: #63707e none repeat scroll 0 0;
    box-shadow: -1px 0 1px rgba(255, 255, 255, 0.4), 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
    color: #fff;
    height: 100%;
    overflow: hidden;
    right: 52px;
    text-shadow: 0 -1px 1px #363f49;
    text-transform: uppercase;
    top: 0;
    transition: width 0.3s linear 0s;
	font-size: 14px;
    line-height: 14px;
	padding: 6px 10px;
    text-align: center;
}
.a-btn-icon-right {
    border-left: 1px solid #5d81ab;
    box-shadow: 1px 0 1px rgba(255, 255, 255, 0.4) inset;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
}
.a-btn-icon-right span {
    background: transparent url("../images/arrow_right.png") no-repeat scroll 50% 55%;
    height: 38px;
    left: 50%;
    margin: -20px 0 0 -20px;
    opacity: 0.7;
    position: absolute;
    top: 50%;
    transition: all 0.3s linear 0s;
    width: 38px;
}
.a-btn:hover {
    box-shadow: 0 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding-right: 180px;
}
.a-btn:hover .a-btn-text {
    color: #fff;
    text-shadow: 0 1px 1px #5d81ab;
}
.a-btn:hover .a-btn-slide-text {
    width: auto;
	position: absolute;
}
.a-btn:hover .a-btn-icon-right span {
    opacity: 1;
}
.a-btn:active {
    background: #5d81ab none repeat scroll 0 0;
    border-color: #fff;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
    position: relative;
    top: 1px;
}
