.notifyer-container{width:300px;position:fixed;z-index:99999999999999;}
.top-right{top:10px;right:15px}
.bottom-right{bottom:10px;right:15px}
.top-left{top:10px;left:15px}
.bottom-left{bottom:10px;left:15px}
.top-center{top:10px;left:50%;margin-left:-150px}
.bottom-center{bottom:10px;left:50%;margin-left:-150px}

.notifyer{
	background: #4a4a4a; /*url(/templates/korabel2/gradients.png) repeat-x 0px -319px;*/
	width:300px;
	font-size:11px;
	color:#fff;
	padding:15px;
	margin:0 0 10px 0;
	border:1px solid #A8A8A8;
	position:relative;
	-webkit-box-shadow:0 0 7px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 7px rgba(0,0,0,.3);
	-o-box-shadow:0 0 7px rgba(0,0,0,.3);
	box-shadow:0 0 7px rgba(0,0,0,.3);
	/*-webkit-text-shadow:0 0 1px #FFF;
	-moz-text-shadow:0 0 1px #FFF;
	-o-text-shadow:0 0 1px #FFF;
	text-shadow:0 0 1px #FFF;*/
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border-radius:5px;
}
.notifyer h4{font-size:13px;color:#fff;margin-bottom:.5em;}

.notifyer-content{padding:10px 20px 10px 10px}
.notifyer-close{background:url(./images/icon_close.png) no-repeat 50% 50%;width:11px;height:10px;position:absolute;top:10px;right:10px;opacity:0.4}
.notifyer-close:hover{opacity:1;cursor:pointer}

.notifyer.ok .notifyer-content{background:url(./images/icon_ok.png) no-repeat 3px 3px;}
.notifyer.ok .notifyer-content{padding-left:30px}
.notifyer.ok h4{color:#AF4434}
.notifyer.error .notifyer-content{background:url(./images/icon_error.png) no-repeat 3px 3px;}
.notifyer.error .notifyer-content{padding-left:30px}
.notifyer.error h4{color:#AF4434}
.notifyer.info .notifyer-content{background:url(./images/icon_info.png) no-repeat 3px 3px;}
.notifyer.info .notifyer-content{padding-left:30px}
.notifyer.info h4{color:#AF4434}
.notifyer.warning .notifyer-content{background:url(./images/icon_warning.png) no-repeat 3px 3px;}
.notifyer.warning .notifyer-content{padding-left:30px}
.notifyer.warning h4{color:#AF4434}
