#palette
{
    position: fixed;
    right: 10px;
    bottom: 0;
    z-index: 98;
}
#palette .block
{
    position: relative;
    background: transparent;
    width: 240px;
    padding: 0;
    margin: 0;
}
#palette .block-title
{
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    padding: 5px 15px;
    white-space: nowrap;
    line-height: 20px;
    font-size: 13px;
    color: #fff;
    background: #54584c;
    opacity: .9;
    -moz-border-radius: 3px 3px 0 0;
    -webkit-border-radius: 3px 3px 0 0;
    font-weight:bold;
}
#palette .block-title:hover, #palette .palette-active .block-title
{
    opacity: 1;
}
#palette .block-content
{
    border: 5px solid #54584c;
    border-bottom: 0;
    display: none;
    padding: 15px 15px 20px;
    width: 200px;
    background: #fff;
}
#palette .buttons
{
    padding: 20px 0;
    text-align: center;
}
#palette a.button
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px 9px;
    border: 1px solid #ccc;
    background: #fff;
    font-weight: bold;
}
.block
{
    position: relative;
    background: white;
    border: 0;
    padding: 10px;
    margin: 10px;
}
.block .block-title
{
    display: block;
    font-size: 11px;
    margin: 0;
    padding: 4px 9px 5px;
    color: #333;
    background: #F4F4F4;
}
body.tao
{
    color: #403E3C;
}
#palette a.button
{
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    padding: 4px 9px;
    border: 1px solid #CCC;
    background: white;
    font: 13px/20px "Helvetica Neue" ,Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #989A94;
}
#palette div.buttons a:hover
{
    color: #222;
}
#palette .buttons
{
    text-align: center;
}
#palette div.message
{
    color: #222;
    font: 13px/20px "Helvetica Neue" ,Helvetica,Arial,sans-serif;
}
