#div_notifier {
	position: absolute;
    background: url(background.png) no-repeat;
	height: 116px;
	width: 201px;
    top: 0px;
	left: -250px;
	background-color: #EEF5F6;
	z-index: 10;
}
#div_notifier div.top {
	display: block;
	height: 24px;
}
#div_notifier #imLogo {
	height: 20px;
	width: 20px;
	float: left;
	margin-top: 2px;
	margin-left: 3px;
	display: block;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
}
#div_notifier div.top span.title {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
    text-align: left;
	color: #000000;
	width: 150px;
	height: 15px;
	position: relative;
	top: 7px;
	left: 3px;
	overflow: hidden;
	display: block;
	cursor: default;
}
#div_notifier div.top span.close {
	width: 18px;
	height: 15px;
	margin-right: 2px;
	margin-top: -10px;
	float: right;
	display: block;
	cursor: pointer;
}
#div_notifier #div_imPhoto {
	height: 52px;
	width: 52px;
	position: relative;
	left: 6px;
	top: 6px;
	border: 1px solid #D8D9D9;
	float: left;
	background-color: #FFFFFF;
	display: block;
}
#div_notifier #div_imMessage {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	width: 130px;
	height: 49px;
	overflow: hidden;
	position: relative;
	top: 17px;
	left: 13px;
	line-height: 17px;
	display: block;
	cursor: pointer;
}