﻿/* FOR PERMANENT */

#messages
{
    margin-top: 4px;
}

    #messages a
    {
        text-decoration: none;
        color: inherit;
    }

        #messages a:hover
        {
            text-decoration: underline;
        }

/* FOR INJECTED */

#mask
{
    position: absolute;
    margin-left: 0px;
    width: 938px;
    height: 22px;
}

.fade
{
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    position: absolute;
    display: block;
    width: 66px;
    height: 22px;
}

.pen-icon
{
    background-image: url("/images/sprite.png");
    background-position: -7px -149px;
    position: absolute;
    display: block;
    width: 22px;
    height: 22px;
    left: 66px;
}

.opaque
{
    background-color: #FFFFFF;
    position: absolute;
    display: block;
    width: 100%;
    height: 22px;
    left: 66px;
}

.forcedHeight
{
    height: 30px;
}
