.ui-notify {position:fixed;z-index:16000;top:20px;right:10px;}
.ui-notify .ui-notify-message{
	width:350px;
	background:#fff; 
	position:relative;
	margin-bottom:20px;
	
}		
.ui-notify a.boss_button_remove
{
	float:right; 
	background:url(../../image/icons.png) 0 0 no-repeat; 
	width:20px; 
	height:20px;
	position:absolute;
	top:7px;
	right:11px;
	transition-duration:0s;
	-webkit-transition-duration:0s;
	-moz-transition-duration:0s;
}
.ui-notify a.boss_button_remove:hover{
	opacity:0.5
}
.ui-notify h2{margin-bottom:15px}
h2.boss_icon_success
{
	margin:0px;	
	text-align:left; 	
	font-size:14px;
	font-weight:400;
	padding:9px 0 9px 15px;
	border-top:1px solid #b3b3b3;
	border-left:1px solid #b3b3b3;
	border-right:1px solid #b3b3b3;	
	border-bottom:1px solid #b3b3b3;
	text-transform: uppercase;
	
 }
 h2.boss_icon_success span
 {
	background:url(../../image/success.png) no-repeat left ;
	padding-left:20px;
	font-size:14px;
	
	font-weight:700;
	
 }
.ui-notify .boss_text
{	padding:18px 14px 40px;
	overflow:hidden;
	border-bottom:1px solid #b3b3b3;
    border-left:1px solid #b3b3b3;
	border-right: 1px solid #b3b3b3;
	
}
.ui-notify .boss_text img{
	float:left; 
	margin-bottom:10px;
	
	margin-right:15px;
	margin-top:3px
 }
.ui-notify .boss_text h3{font-size:13px;font-family:arial;font-weight:400;}