#notify{font-family:sans-serif;position:fixed;top:0;left:0;width:100%;line-height:50px;text-align:center;font-size:17px;visibility:hidden;z-index:99999;overflow:hidden;font-weight:700;box-shadow:0 1px 2px rgba(0,0,0,.3)}#notify,#notify-placeholder{-webkit-transition:height 1s ease-in-out;-moz-transition:height 1s ease-in-out;-o-transition:height 1s ease-in-out;-ms-transition:height 1s ease-in-out;transition:height 1s ease-in-out}#notify.notify-visible,.notify-visible{height:50px;visibility:visible}#notify.notify-hidden,.notify-hidden{height:0;visibility:visible;border:0}.notify-error{background:#c00;background:-moz-linear-gradient(top,#c00 0,#ba0000 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#c00),color-stop(100%,#ba0000));background:-webkit-linear-gradient(top,#c00 0,#ba0000 100%);background:-o-linear-gradient(top,#c00 0,#ba0000 100%);background:-ms-linear-gradient(top,#c00 0,#ba0000 100%);background:linear-gradient(top,#c00 0,#ba0000 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc0000',endColorstr='#ba0000',GradientType=0);border-bottom:1px solid #9f0000;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.3)}.notify-success{background:#69c910;background:-moz-linear-gradient(top,rgba(105,201,16,1) 0,rgba(41,154,11,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(105,201,16,1)),color-stop(100%,rgba(41,154,11,1)));background:-webkit-linear-gradient(top,rgba(105,201,16,1) 0,rgba(41,154,11,1) 100%);background:-o-linear-gradient(top,rgba(105,201,16,1) 0,rgba(41,154,11,1) 100%);background:-ms-linear-gradient(top,rgba(105,201,16,1) 0,rgba(41,154,11,1) 100%);background:linear-gradient(top,rgba(105,201,16,1) 0,rgba(41,154,11,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#69c910',endColorstr='#299a0b',GradientType=0);border-bottom:1px solid #5fa300;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7)}.notify-alert{background:#fcf085;background:-moz-linear-gradient(top,#fcf085 1%,#edda63 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#fcf085),color-stop(100%,#edda63));background:-webkit-linear-gradient(top,#fcf085 1%,#edda63 100%);background:-o-linear-gradient(top,#fcf085 1%,#edda63 100%);background:-ms-linear-gradient(top,#fcf085 1%,#edda63 100%);background:linear-gradient(top,#fcf085 1%,#edda63 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf085',endColorstr='#edda63',GradientType=0);border-bottom:1px solid #e5ca1e;color:#222;text-shadow:0 1px 2px rgba(255,255,255,.7)}.notify-basic{background:#a3a3a3;background:-moz-linear-gradient(top,rgba(163,163,163,1) 0,rgba(119,119,119,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(163,163,163,1)),color-stop(100%,rgba(119,119,119,1)));background:-webkit-linear-gradient(top,rgba(163,163,163,1) 0,rgba(119,119,119,1) 100%);background:-o-linear-gradient(top,rgba(163,163,163,1) 0,rgba(119,119,119,1) 100%);background:-ms-linear-gradient(top,rgba(163,163,163,1) 0,rgba(119,119,119,1) 100%);background:linear-gradient(top,rgba(163,163,163,1) 0,rgba(119,119,119,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a3a3a3',endColorstr='#777777',GradientType=0);border-bottom:1px solid #999;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.7)}.notify-alert span{display:block;margin:0 auto;background-image:url(./images/loading.gif);background-position:2px 2px;background-repeat:no-repeat;width:150px}.notify-close{float:right;margin:5px;height:40px;width:40px;background:url(/images/close.png) 10px 10px no-repeat}.notify-hidden .notify-close{display:none}#notify-placeholder{background:0;border:0}