.ui-notify {	position: fixed;	z-index: 1000;	top: 20px;	right: 10px;}.ui-notify .ui-notify-message {	width: 350px;	background: #fff;	position: relative;	border-radius: 3px;	-moz-border-radius: 3px;	border: 1px solid #C3C1C1;	margin-bottom: 10px}.ui-notify a.boss_button_remove {	float: right;	background: url(../image/remove.png) no-repeat;	width: 13px;	height: 13px;	position: absolute;	top: 15px;	right: 11px;}.ui-notify h2 {	margin-bottom: 15px}h2.boss_icon_success {	border-bottom: 3px solid #F44D00;	color: #F44D00;	font: 400 16px 'DroidSans';	margin-bottom: 17px;	padding: 10px 20px;	text-transform: uppercase;}h2.boss_icon_success span {	background: url(../image/success.png) no-repeat left;	padding-left: 22px;	padding-right: 5px;}.ui-notify .boss_text {	padding: 18px 15px 20px 18px;	overflow: hidden;}.ui-notify .boss_text img {	float: left;	margin: 0 30px 0 0;}.ui-notify .boss_text h3 {	color: #323232;	font-weight: 400;	font-size: 14px;	text-align: left;}.ui-notify .boss_text h3 a {	color: #000;}.ui-notify .boss_text h3 a:hover {	color: #787878}