.CCSButton_Red {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #AA0002), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #AA0002 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA0002 ', endColorstr='#c62d1f', GradientType=0);
    background-color: #AA0002;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 4px 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    white-space: nowrap;
}

.CCSButton_Red:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #AA0002));
    background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#AA0002 ', GradientType=0);
    background-color: #c62d1f;
}

.CCSButton_Red:active {
    position: relative;
    top: 1px;
}

.CCSButton_Red_Client {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #AA0002), color-stop(1, #c62d1f));
    background: -moz-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -webkit-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -o-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: -ms-linear-gradient(top, #AA0002 5%, #c62d1f 100%);
    background: linear-gradient(to bottom, #AA0002 5%, #c62d1f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AA0002 ', endColorstr='#c62d1f', GradientType=0);
    background-color: #AA0002;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #d02718;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: arial;
    font-size: 13px;
    padding: 4px 13px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #810e05;
    white-space: nowrap;
}

.CCSButton_Red_Client:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #AA0002));
    background: -moz-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -webkit-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -o-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: -ms-linear-gradient(top, #c62d1f 5%, #f24537 100%);
    background: linear-gradient(to bottom, #c62d1f 5%, #f24537 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#AA0002 ', GradientType=0);
    background-color: #c62d1f;
}

.CCSButton_Red_Client:active {
    position: relative;
    top: 1px;
}