﻿html body div#mpSubDiv button#mpSubLink {
    font-weight: bold;
    cursor: hand;
    cursor: pointer;
    position: relative;
    margin-top: 4%;
    height: 30px;
    width: 180px;
    border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #2B620E;
    color: #FFF;
    border-color: #1C410F;
    border-width: 1px;
    background-image: -ms-linear-gradient(top, #60a040 0%, #214B0B 100%);
    background-image: -moz-linear-gradient(top, #60a040 0%, #214B0B 100%);
    background-image: -o-linear-gradient(top, #60a040 0%, #214B0B 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #60a040), color-stop(1, #214B0B));
    background-image: -webkit-linear-gradient(top, #60a040 0%, #214B0B 100%);
    background-image: linear-gradient(to bottom, #60a040 0%, #214B0B 100%);
}
