/* 
    Document   : jsNoscriptNotice
    Created on : 21.4.2009, 9:50:46
    Author     : Honza
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.javascriptOffNotice    {
    background-color:#ffffe1;
    border-bottom:2px solid #a0a0a0;
    margin:0px;
    padding:5px 10px 5px 30px;
    background-image:url(../../images/minus.gif);
    background-repeat:no-repeat;
    background-position:7px 5px;
    cursor:default;
}

