/* ******************************** */
.notify_gift_container{
	background-color:#e5f9ee;
	border:1px solid #5f856b;
	width:348px;
	position:absolute;
	z-index:3000;
	left:275px;
	top:190px;
}
.notify_gift_container_man{
	background-color:#e5f9ee;
	border:1px solid #5f856b;
	width:348px;
	position:absolute;
	z-index:3000;
	left:275px;
	top:190px;
}
.notify_gift_arrow{
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/notify_box_arrow.png) no-repeat;
	width:19px;
	height:52px;
	position:absolute;
	left:-19px;
	top:50%;
	margin:-26px 0 0 0;
}
*html .notify_gift_arrow {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://img.ineogen.ro/social/ro/ui/notify_box/notify_box_arrow.png');
}
.notify_gift_icon{
	float:left;
	width:30px;
	padding:4px;	
}
.notify_gift_content{
	float:left;
	width:295px;
	padding:8px 5px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/girl_dreaming_gift.jpg) bottom right no-repeat;
	position:relative;
}
.notify_gift_content_man{
	float:left;
	width:295px;
	padding:8px 5px 0 0;
	font:12px Arial, Helvetica, sans-serif;
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/man_dreaming_gift.jpg) bottom right no-repeat;
	position:relative;
}
.spacer_20{
	height:20px;
	font:0 arial;
	line-height:0;	
}
.notify_gift_red_footer{
	background-color:#f00;
	font:13px Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	height:20px;
	padding:7px 0 5px 0;
}
.notify_gift_close_x_btn{
	position:absolute;
	width:16px;
	height:15px;
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/close_x_btn.jpg) no-repeat;
	top:4px;
	right:-6px;
	cursor:pointer;
}

/***************************************************/
/** notify box for fans in menu */
/***************************************************/
.notify_fans_container{
	background-color:#FEFCED;
	border:1px solid #FFDC71;
	width:348px;
	position:absolute;
	z-index:3000;
	left:265px;
	top:300px;
}
.notify_fans_arrow{
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/fans_arrow.gif) no-repeat;
	width:19px;
	height:52px;
	position:absolute;
	left:-19px;
	top:50%;
	margin:-26px 0 0 0;
}
*html .notify_fans_arrow {
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='http://img.ineogen.ro/social/ro/ui/notify_box/fans_arrow.gif');
}
.notify_fans_icon{
	float:left;
	width:30px;
	padding:4px;	
}
.notify_fans_close_x_btn{
	position:absolute;
	width:14px;
	height:14px;
	background: url(http://img.ineogen.ro/social/ro/ui/notify_box/fans_close.gif) no-repeat;
	top:4px;
	right:4px;
	cursor:pointer;
}
.notify_fans_content{
	width:295px;
	margin: 10px 0px 10px 15px;
	font:12px Arial, Helvetica, sans-serif;
}
.notify_fans_title{
	width:295px;
	padding:8px 5px 0 0;
	font:12px Arial, Helvetica, sans-serif;
}
