﻿div.notifyList
{
    position: fixed;
    bottom: 20px;
    /* top: 20px; */
    right: 20px;
    width: 250px;
    z-index: 10000;
}

/* IE fix begi n*/
div.notifyList
{
    //position: absolute;
    bottom: expression(eval(document.body.scrollBottom) - 20 + "px" );
    /* top: expression( eval(document.body.scrollTop) + 20 + "px" ); */
}

body {
  background: url('/images/1px.png') no-repeat;
  background-attachment: fixed;
}
/* IE fix end */

div.notify
{
    padding: 20px;
    margin-bottom: 2px;
    border: 1px solid #688db2; 
    color: #4d5983;
    background: #cbd8e5 url(images/ui-bg_flat_75_cbd8e5_40x100.png) 50% 50% repeat-x; 
    -moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px; -khtml-border-top-left-radius: 4px; border-top-left-radius: 4px; behavior: url(PIE.htc);
    -moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px; -khtml-border-top-right-radius: 4px; border-top-right-radius: 4px; behavior: url(PIE.htc);
    -moz-border-radius-bottomleft: 4px; -webkit-border-bottom-left-radius: 4px; -khtml-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; behavior: url(PIE.htc);
    -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 4px; -khtml-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; behavior: url(PIE.htc);
}

div.notify.success
{
    color: white;
    background-color: yellowgreen;
}

div.notify.warning
{
    border: 1px solid #fcefa1;
    color: #363636;
    background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
}

div.notify.error
{
    border: 1px solid #cd0a0a;
    color: #cd0a0a;
    background: #fef1ec url(images/ui-bg_inset-soft_95_fef1ec_1x100.png) 50% bottom repeat-x;
}
