Current File : /data/web/virtuals/215191/virtual/www/domains/multihry.cz/affiliate/affiliate.css
div {
    margin-top: 280px;
}

a {
    box-shadow:inset 0px 1px 0px 0px #FFCD36;
    color: #fef4e9;
    border: solid 1px #da7c0c;
    background: #f78d1d;
    background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
    background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    cursor:pointer;

    font-family: helvetica;
    font-size: 20px;
    font-weight:bold;

    padding: 20px 10px;
    text-decoration:none;
    display: block;
    text-align: center;
    margin: 15px auto;
    width: 300px;
}
a:hover {
    box-shadow:inset 0px 1px 0px 0px #FFA236;
    background: #f47c20;
    background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
    background: -moz-linear-gradient(top,  #f88e11,  #f06015);
    filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}