﻿.ui-state-Success, .ui-widget-content .ui-state-Success, .ui-widget-header .ui-state-Success
{
    border: 1px solid #6bb0eb;
    background: #98DFBB url(images/ui-bg_inset-hard_50_b8d9f5_1x100.png) 50% bottom repeat-x;
    color: #363636;
}


.ui-state-Yellow, .ui-widget-content .ui-state-Yellow, .ui-widget-header .ui-state-Yellow
{
    border: 1px solid black;
    background: #E6E61A  url(images/ui-bg_inset-hard_50_b8d9f5_1x100.png) 50% bottom repeat-x;
    color: #363636;
}

.ui-state-error {
    color: white;
}