﻿/*-- content --*/
div#contentzone
{
    position: relative;
    /*text-align: center;*/
}

div#contentzone.withmenu
{
    position: relative;
    /*min-height: 312px;*/
    padding-right: 10px;
    overflow:hidden;
}

div#disconnectzone
{
    position: relative;
    height: 20px;
    text-align: right;
    padding-right: 25px;
}

/* button disconnect (use without menu) */
div#disconnectzone .disconnect
{
    color: #772E7D;
    font-weight: bold;
    text-decoration: none;
}


