.notifyui 		{ display:block; position:fixed; z-index:1000000; margin:0; padding:0; list-style:none; }
.notifyui.t 	{ width:100%; top:0; }
.notifyui.b 	{ width:100%; bottom:0; }
.notifyui.t.r 	{ top:82px; right:2px; }
.notifyui.t.l 	{ top:10px; left:10px; }
.notifyui.b.r 	{ bottom:10px; right:10px; }
.notifyui.b.l 	{ bottom:10px; left:10px; }
.notifyui.r,
.notifyui.l 	{ width:300px; }

.notifyui li 		{ display:block; width:260px; padding:20px; position:absolute; z-index:1000001; border:1px solid #E8E8E8; }
.notifyui.max 		{  }
.notifyui.max li 	{ display:block; width:95.85%; padding:20px 2%; }

.notifyui.t li,
.notifyui.b li 	{
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.6);
	   -moz-box-shadow:0 0 3px rgba(0,0,0,0.6);
			box-shadow:0 0 3px rgba(0,0,0,0.6);
}

.notifyui.t.l li,
.notifyui.t.r li { margin-bottom:10px; }

.notifyui.b.l li,
.notifyui.b.r li { margin-top:10px; }

.notifyui.t.l li,
.notifyui.t.r li,
.notifyui.b.l li,
.notifyui.b.r li {
	-webkit-border-radius:10px;
	   -moz-border-radius:10px;
			border-radius:10px;
}

.notifyui.t li 	{ 
	-webkit-border-radius:0 0 10px 10px;
	   -moz-border-radius:0 0 10px 10px;
			border-radius:0 0 10px 10px;
}
.notifyui.b li 	{ 
	-webkit-border-radius:10px 10px 0 0;
	   -moz-border-radius:10px 10px 0 0;
			border-radius:10px 10px 0 0;
}

.notifyui.t li	{ top:-30px; }
.notifyui.b li	{ bottom:-30px; }

.notifyui li 		{ text-shadow:1px 1px 1px rgba(0, 0, 0, 0.5); }
.notifyui li a 		{ text-decoration:underline; }
.notifyui li a:hover	{ text-decoration:none; }

.notifyui li.gray	{ font-size: 13px; line-height: 1.5; color:#ffffff; background:rgba(70,70,70,0.95); text-shadow:none; -webkit-border-radius:0 !important; -moz-border-radius:0 !important; border-radius:0 !important; -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.2); -moz-box-shadow:0 1px 3px rgba(0,0,0,0.2); box-shadow:0 1px 3px rgba(0,0,0,0.2); border:none; }
.notifyui.b li.gray  	{ -webkit-box-shadow:0 -1px 3px rgba(0,0,0,0.2); -moz-box-shadow:0 -1px 3px rgba(0,0,0,0.2); box-shadow:0 -1px 3px rgba(0,0,0,0.2); }
.notifyui li.gray a 	{ color:#CCE4F7; }