/* Notifications */

div#actions-notify {
	position: absolute;
	position: fixed;
	top: 20%;
	left: 50%;
	z-index: 9999;
	display: none;
	}
	
	
#actions-notify div {
	padding: 20px;
	color: #353434;
	font-size: 11px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	border: 3px solid black;
	border: 3px solid rgba(0, 0, 0, 0.6);
	width: 250px;
	height: 60px;
	margin-top: -30px;
	margin-left: -125px;
	background-color: white;
	position: relative;
	padding-left: 55px;
	background-repeat: no-repeat;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#actions-notify div h5 {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 5px;
	font-weight: 600;
	letter-spacing: 0px;
	}
	
#actions-notify div h6 {
	font-size: 11px;
	line-height: 16px;
	font-weight: bold;
	}
	
#actions-notify div a {
	text-decoration: underline;
	color: #0F6CB7;
	}
	
#actions-notify div.error {
	background-image: url(images/info_error_bg.png);
	background-position: 22px 20%;
	}
	
#actions-notify div.info {
	background-image: url(images/info-icon.png);
	background-position: 20px 20%;
	}

#actions-notify div.error h5 {

	}
	
#actions-notify div.info h5 {
	
	}
	
#actions-notify a#notify-close {
	position: absolute;
	display: block;
	top: -14px;
	right: -19px;
	width: 30px;
	height: 30px;
	background-image: url("images/dialog-close.png");
	background-position: center;
	background-repeat: no-repeat;
	z-index: 9999;
	}
