.licencecheck_title {
    font-size: 16px;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-shadow: 1px 1px px #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #0a1a4b;
}

.licencecheck_td{
    padding-left: 15px;
    padding-right: 15px;
}

.licencecheck_message {
    font-size: 16px;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    text-align: left;
    text-shadow: 1px 1px px #FFFFFF;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #5a5ef6;
}

.licencecheck_button {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0a1a4b), color-stop(1, #0a1a4b));
    background: -moz-linear-gradient(center top, #0a1a4b 5%, #0a1a4b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1a4b', endColorstr='#0a1a4b');
    background-color: #0a1a4b;
    -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topleft: 0px;
    border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    height: 26px;
    width: 180px;
    line-height: 26px;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 10px;
}

.licencecheck_button:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0a1a4b), color-stop(1, #1840b7));
    background: -moz-linear-gradient(center top, #0a1a4b 5%, #1840b7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1a4b', endColorstr='#1840b7');
    background-color: #0a1a4b;
    font-size: 16px;
    font-family: Arial;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
}

.licencecheck_button:active {
    position: relative;
    top: 1px;
}

#webstoreHelp .help-icon{
    cursor: pointer;
    background-image: url('help_icon.png');
    background-repeat: no-repeat;
    width:20px;
    height:20px;
    display:block;
}
