.dg-notify{
	position: fixed;
	width: 350px;
	right: 0;
	top: 0;
}

.dg-pane {
	width: 324px;
	height: 62px;
	right: 10px;
	top: 5px;
	border: 1px solid #C5C5C5;
	background-color: #F0F0F0;
	background-image: -webkit-gradient(linear, 0% 5%, 0% 90%, from(#e9e9e8), to(#F3F3F3) );
	z-index: 99999;
	border-radius: 8px;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.2), inset 0px 0px 9px rgba(255, 255, 255, .15);
	overflow: hidden;
	margin: 5px;
}
.dg-pane .icon{
	width: 40px;
	height: 40px;
	margin: 10px;
	float:left;
	background: url(img/icon-success.png) 0 0 no-repeat;
	background-size:100% 100%;
}
.dg-pane .icon-info{
	background-image: url(img/icon-info.png);
}
.dg-pane .icon-warning{
	background-image: url(img/icon-warning.png);
}
.dg-pane .icon-error{
	background-image: url(img/icon-error.png);
}
.dg-pane .title{
	margin-left: 60px;
	font-size: 18px;
	font-weight: bold;
	color:#3498DB;
	height: 30px;
	line-height: 40px;
}
.dg-pane .text{
	margin-left: 60px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #333;
	
}