@charset "utf-8";





.cloud_button {

    display: inline-block;

    margin: 0px;

    height: auto;

    padding: 55px 77px;

    width: 33%;

    background: 0;

    background-image: url("/images/cloud_button.png");

    background-position:center;

    background-repeat:no-repeat;

    background-size: 100% 100%;

    line-height: 16px;

    font-size: 14px;

    font-weight: bold;

    color: slategray;

    text-decoration: none;

    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;

    text-align: center;

}

.cloud_button > a {

    background: 0;

    background-image: url("/images/cloud_button.png");

    background-position:center;

    background-repeat:no-repeat;

    background-size: 100% 100%;

    line-height: 16px;

    font-size: 14px;

    font-weight: bold;

    color: slategray;

    text-decoration: none;

    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;

    text-align: center;

}

.cloud_button > a:hover {

    background-image: url("/images/cloud_button_blue.png");

    color: deepskyblue;

    text-shadow: 0px 0px 1px gold, 0px 0px 33px white, 0px 27px 13px slategray;

}

.cloud_button > a:active {

    background-image: url("/images/cloud_button_blue.png");

    color: slategray;

    text-shadow: 0px 0px 1px gold, 0px 0px 33px goldenrod, 0px 27px 13px darkgoldenrod;

}
