﻿#sandbox
{
    height: 25px;
}

#sandbox-toolbar
{
    background: #333333 url(../images/pneu-logo.png) no-repeat scroll top left;
    color: #cccccc;
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    height: 25px;
    left: 0;
    line-height: 25px;
    padding-left: 30px;
    position: fixed;
    text-align: left;
    top: 0;
    width: 100%;
    z-index: 999;
}

#sandbox-toolbar a
{
    color: #cccccc;
    padding: 2px 5px;
    text-decoration: none;
}

#sandbox-toolbar a:hover
{
    background-color: #666666;
}

#sandbox-toolbar input, #sandbox-toolbar select
{
    font-family: Trebuchet MS, Arial, Helvetica, Sans-Serif;
    padding: 0 0 0 2px;
}

#sandbox-toolbar select
{
    background-color: #666666;
    color: #cccccc;
    width: auto;
}
