﻿.notify{background:#bbb;background-image:-ms-linear-gradient(top,#b0b0b0 0%,#bbb 100%);background-image:-moz-linear-gradient(top,#b0b0b0 0%,#bbb 100%);background-image:-o-linear-gradient(top,#b0b0b0 0%,#bbb 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#b0b0b0),color-stop(1,#bbb));background-image:-webkit-linear-gradient(top,#b0b0b0 0%,#bbb 100%);background-image:linear-gradient(to bottom,#b0b0b0 0%,#bbb 100%);border-radius:3px;border:1px solid #b0b0b0;padding:5px 20px;margin-top:5px;left:0;right:0;color:#fff;min-height:20px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif}.notify.success{border:1px solid #5a823b;background:#508f1e;background-image:-ms-linear-gradient(top,#5a823b 0%,#508f1e 100%);background-image:-moz-linear-gradient(top,#5a823b 0%,#508f1e 100%);background-image:-o-linear-gradient(top,#5a823b 0%,#508f1e 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#5a823b),color-stop(1,#508f1e));background-image:-webkit-linear-gradient(top,#5a823b 0%,#508f1e 100%);background-image:linear-gradient(to bottom,#5a823b 0%,#508f1e 100%)}.notify.error{border:1px solid #c62e2e;background:#ff4545;background-image:-ms-linear-gradient(top,#c62e2e 0%,#ff4545 100%);background-image:-moz-linear-gradient(top,#c62e2e 0%,#ff4545 100%);background-image:-o-linear-gradient(top,#c62e2e 0%,#ff4545 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#c62e2e),color-stop(1,#ff4545));background-image:-webkit-linear-gradient(top,#c62e2e 0%,#ff4545 100%);background-image:linear-gradient(to bottom,#c62e2e 0%,#ff4545 100%)}.notify.warning{border:1px solid #f5a938;background:#fabc41;background-image:-ms-linear-gradient(top,#f5a938 0%,#fabc41 100%);background-image:-moz-linear-gradient(top,#f5a938 0%,#fabc41 100%);background-image:-o-linear-gradient(top,#f5a938 0%,#fabc41 100%);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#f5a938),color-stop(1,#fabc41));background-image:-webkit-linear-gradient(top,#f5a938 0%,#fabc41 100%);background-image:linear-gradient(to bottom,#f5a938 0%,#fabc41 100%)}.notify.box{right:0;width:300px;left:auto;padding:20px}.notify .close{font-weight:bold;font-size:11px;padding:5px 4px 4px;line-height:0;position:absolute;top:3px;right:3px;color:#fff;cursor:pointer;opacity:.8;filter:alpha(opacity=80);text-shadow:0 1px 0 #fff}.notify .close:hover{opacity:1;filter:alpha(opacity=100)}