
.notify									{ position: fixed;  display: none;  min-height: 300px; min-width: 300px; background: white; padding: 30px 10px; -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); box-shadow: 0 0 5px 0 rgba(0,0,0,0.2); }

.notify.left							{ left: 100px; }
.notify.center							{ left: 50% }
.notify.right							{ right: 100px; }

.notify.bottom							{ bottom: 0px; }
.notify.top								{ top: 0px; }

.notify .close							{ position: absolute; top: 7px; right: 10px; z-index: 999; color: red; }
.notify:hover .close					{ opacity: 1; }

.notify_admin							{ }

.notify_admin .txt_grey					{ color: #ccc; }
.notify_admin .txt_overflow				{ overflow: hidden; }




