﻿div.solzon {
    position: fixed;
    width: 250px;
    bottom: 30px;
    height: 25px;
    left: 0px;
    padding-top: 5px; /*padding-right:10px;*/
    text-align: center;
    font: 11px Verdana;
    background-color: #0F5F99;
    border: 1px solid #FF9900;
    border-radius: 0px 10px 10px 0px;
    color: #FF9900;
}

div.solzon a {
        color: #FFFFFF;
        text-decoration: none;
        font: 11px Verdana;
    }
div.solzon_logo {
    position: fixed;
    width: 250px;
    bottom: 50px;
    height: 30px;
    left: 20px;
    padding-top: 5px; /*padding-right:10px;*/
    /*text-align: center;*/
    font: 12px Verdana;
    color: #FF9900;
}