.ui-notify {position:fixed;z-index:1000;top:20px;right:10px;}
.ui-notify .ui-notify-message{
	width:400px;
	background:#fff; 
	position:relative;
	margin-bottom:20px;	
	border:1px solid #e5e5e5;
	box-shadow:0 1px 3px #E8E8E8;
}		
.ui-notify a.boss_button_remove{
	float:right; 
	background:url(../../image/x_symbol.jpg) no-repeat; 
	width:10px; 
	height:9px;
	position:absolute;
	top:18px;
	right:18px;
	transition:none;
}
.ui-notify a.boss_button_remove:hover{opacity:0.5; border-bottom:none}
.ui-notify h2{margin-bottom:15px}
h2.boss_icon_success{
	margin:0px;
	text-align:left; 
	padding-top:14px;
	padding-bottom:6px;
	padding-left:20px;
 }
 h2.boss_icon_success span {
	background:url(../../image/success.png) no-repeat left 0;
	padding-left:28px;
 }
.ui-notify .boss_text{	
	padding:18px 34px 20px 18px;
	overflow:hidden;
}
.ui-notify .boss_text h3{text-transform:none}
.ui-notify .boss_text h3 a{color:#808080}
.ui-notify .boss_text img{float:left; margin-right:15px; margin-bottom:10px }
@media only screen and (max-width: 479px) { 
	.ui-notify .boss_text img{float:none; margin-left:auto; margin-right:auto; display:block; text-align:center}
	.ui-notify .ui-notify-message{width:290px}
}