span.install-button-text {
    padding-right:30px;
}

.install-button a:link, 
.install-button a:visited, 
.install-button a:hover, 
.install-button a:active {
    background:#A8ED2D url(install-button.png) no-repeat scroll left 
top;
    color:#005825;
    display:block;
    text-decoration:none;
}

.install-button a:link span.install-green-button, 
.install-button a:visited span.install-green-button, 
.install-button a:hover span.install-green-button, 
.install-button a:active span.install-green-button {
    background:transparent url(install-button.png) no-repeat scroll left 
bottom;
    display:block;
    min-height:20px;
    padding:10px;
}

.install-button, p.install-button {
    margin:0pt;
    width:230px;
}

.app_compat ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin:0.5em 0pt;
    padding:0pt 0pt 0pt 1em;
}

.app_compat .appicon {
    margin:0pt 0.5em 0pt 0pt;
    vertical-align:middle;
}
img {
    border:0pt none;
}

.download_box {
    margin: 0;
    padding: 0.5em;
    border: 1px solid #ccc;
    -moz-border-radius: 12.5px;
    background-color: white;
    display: none;
    position: fixed; 
    right: 20px;
    top: 6px;
    z-index: 10000;
}

.page-Main_Page .download_box {
    display: block;
}
