﻿
a.download-guide
{
    background: #f2f2f2 url(../images/icons/download-to.png) no-repeat 5% center;
    background-image: url(../images/icons/download-to.png), -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: url(../images/icons/download-to.png), -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
    font-weight: normal !important;
    font-style: normal;
    /*border-radius: 5px;*/
    width: 201px;
    height: 40px;
    text-align: left;
    display: inline-block;
     font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000 !important;
    text-shadow: 1px 1px 2px #ccc;
    line-height: 42px;
    margin: 0 0 6px 0;
    padding: 0 0 0 52px;
    border: solid 1px gainsboro;
    -o-transition: background-color 200ms linear;
    -webkit-transition: background-color 200ms linear;
}
a.download-guide:hover
{
    background-color: #f6f6f6;
    text-decoration: none;
    font-style: normal;
}

a.register
{
    background: #f2f2f2 url(../images/icons/ok.png) no-repeat 5% center;
    background-image: url(../images/icons/ok.png), -webkit-gradient(linear,left top,left bottom,color-stop(0, transparent),color-stop(1, rgba(0, 0, 0, .1)));
    background-image: url(../images/icons/ok.png), -moz-linear-gradient(top, transparent, rgba(0, 0, 0, .1));
    font-weight: normal !important;
    font-style: normal;
    /*border-radius: 5px;*/
    width: 201px;
    height: 40px;
    text-align: left;
    display: inline-block;
     font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    color: #000 !important;
    text-shadow: 1px 1px 2px #ccc;
    font-weight: bold;
    line-height: 42px;
    margin: 0 0 6px 0;
    padding: 0 0 0 52px;
    border: solid 1px gainsboro;
    -o-transition: background-color 200ms linear;
    -webkit-transition: background-color 200ms linear;
}
a.register
{
    background-color: #f6f6f6;
    text-decoration: none;
    font-style: normal;
}
