.registercolorbtn {
    margin: 0;
}

.demoLive_btn_left {
    background: #ca0083 url("/images/acc_btn_bg_demo_main.jpg") no-repeat;
    background-position: right 0;
}

.demoLive_btn_right {
    background: #007670 url("/images/acc_btn_bg_live_main.jpg") no-repeat;
    background-position: left 0;
}

.demoLive_btn_wrapper {
    color: #fff;
}

.demo_div_inner {
    min-height: 147px;
    max-height: 147px;
    text-align: center;
}

@media only screen and (min-width: 768px) {
    .demo_div_inner {
        float: right;
    }
}

.live_div_inner {
    min-height: 147px;
    max-height: 147px;
    text-align: center;
}

.demo_div_inner > h4, .live_div_inner > h4 {
    text-transform: uppercase;
    padding-top: 10px;
}

.btn-demo {
    box-shadow: 1px 1px 2px #2c2c2c;
    text-shadow: 1px 1px 2px black;
}

.btn-demo {
    background-color: #cc1f86;
    border-color: #cc1f86;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #ba1c7a;
    background-image: -moz-linear-gradient(top, #cc1f86, #a01869);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#cc1f86), to(#a01869));
    background-image: -webkit-linear-gradient(top, #cc1f86, #a01869);
    background-image: -o-linear-gradient(top, #cc1f86, #a01869);
    background-image: linear-gradient(to bottom, #cc1f86, #a01869);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcc1f86', endColorstr='#ff9f1868', GradientType=0);
    border-color: #a01869 #a01869 #5d0e3d;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-live {
    background-color: #008a8a;
    border-color: #008a8a;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #007676;
    background-image: -moz-linear-gradient(top, #008a8a, #005757);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008a8a), to(#005757));
    background-image: -webkit-linear-gradient(top, #008a8a, #005757);
    background-image: -o-linear-gradient(top, #008a8a, #005757);
    background-image: linear-gradient(to bottom, #008a8a, #005757);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008a8a', endColorstr='#ff005657', GradientType=0);
    border-color: #005757 #005757 #000b0b;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-demo:hover {
    color: #fff;
    background: rgb(177, 27, 116)
}

.btn-live:hover {
    color: #fff;
    background: rgb(0, 110, 110);
}
