﻿
@charset "UTF-8";
.a_demo_four {
    background-color: #3BB3E0;
    background-image: -moz-linear-gradient(center bottom , #6BB61E 0%, #BBF501 100%);
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 -1px 0 #015400 inset, 0 2px 0 0 #015400, 0 4px 4px #015400;
    /*color: #015400;*/
    color: #FFFFFF;
    font-family: Verdana;
    font-size: 13px;
    padding: 5px 25px 5px 2px;
    position: relative;
    text-decoration: none;
}
.a_demo_four:active {
    background-image: -moz-linear-gradient(center bottom , #6BB61E 0%, #BBF501 100%);
    box-shadow: 0 1px 0 #2AB7EC inset, 0 2px 0 0 #156785, 0 5px 3px #999999;
    top: 3px;
}
.a_demo_four:before {
    background-color: #6BB61E;
    background-image: url("../images/right_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50% 50% 50% 50%;
    box-shadow: 0 1px 0 #506947 inset, 0 1px 0 #60C9F0;
    content: "";
    height: 20px;
    margin-top: -9px;
    position: absolute;
    right: 5px;
    top: 50%;
    width: 20px;
}
.a_demo_four:active:before {
    box-shadow: 0 1px 0 #60C9F0 inset, 0 3px 0 #0E3871, 0 6px 3px #1A80A6;
    margin-top: -12px;
    top: 50%;
}
