.button-pane
{
    position: relative;
    right: 0px;
    top: 0px;
    text-align: right;
}

    .button-pane button
    {
        float: right;
        margin-left: 4px;
        height: 20px;
    }

    .button-pane .ui-button-text
    {
        position: relative;
        top: -3px;
    }

div.element-enabled-holder
{
    background-color: #888;
    background-repeat: repeat;
    background-image: url(../Images/Gui/disabled.png);
}

input:disabled, textarea:disabled, option:disabled, select:disabled, option:disabled
{
    background-color: #DDD !important;
    background-repeat: repeat !important;
    background-image: url(../Images/Gui/disabled2.png) !important;
}

.icon64,
.notification-panel .information-image,
.notification-panel .question-image,
.notification-panel .warning-image,
.notification-panel .error-image
{
    width: 64px;
    height: 64px;
}

.notification-panel .information-image,
.notification-panel .question-image,
.notification-panel .warning-image,
.notification-panel .error-image
{
    background-repeat: no-repeat;
    margin-right: 10px;
    float: left;
}

.notification-panel .information-image
{
    background-image: url(../Images/Gui/information.png);
}

.notification-panel .question-image
{
    background-image: url(../Images/Gui/question.png);
}

.notification-panel .warning-image
{
    background-image: url(../Images/Gui/warning.png);
}

.notification-panel .error-image
{
    background-image: url(../Images/Gui/error.png);
}

.notification-panel
{
    padding: 16px;
    min-height: 58px;
    text-align: justify;
    line-height: 1.25em;
}
