/* CSS Document */

.fbNotify{
	
	position:fixed;
	left:20px;
	bottom:30px;
	padding:10px 30px 10px 10px;
	background:#e1e6ee;
	border:1px solid #99a8c7;
	border-radius:3px;	
	-moz-border-radius:3px;	
	-webkit-border-radius:3px;
	color:#6179c8;
	font-size:11px;
	display:none;
	cursor:pointer;
	z-index:999;
}

.fbNotify span{
	background:url(../img/fb_msg.png) top left no-repeat;
	padding:3px 0 3px 20px;
	float:left;
}

.fbNotify .jm-close{
	position:absolute;
	top:10px;
	right:10px;
	width:7px;
	height:8px;
	background:url(../img/fb_close.png);
	display:none;
}

.fbNotify:hover{
	background:#cad1de;
}

.fbNotify:hover .jm-close{
	display:block;
}


.msnNotify{
	position:fixed;
	right:20px;
	bottom:5px;
	width:213px;
	height:120px;
	background:url(../images/msn_msg.png);
	font-size:11px;
	display:none;
	z-index:9999;
}

.msnNotify span.top{
	width:213px;
	height:30px;
	line-height:30px;
	float:left;
	text-align:left;
	text-indent:10px;
	font-weight:bold;
}

.msnNotify span.msg{
	width:213px;
	height:90px;
	line-height:90px;
	text-align:center;
	float:left;
}

.msnNotify .jm-close{
	position:absolute;
	top:10px;
	right:10px;
	width:7px;
	height:8px;
	background:url(../images/fb_close.png);
}


.customNotify{
	position:fixed;
	top:30px;
	right:10px;
	width:220px;
	padding:10px 5px;
	background:red;
	border-bottom:2px solid #C0E0E6;
	color:#fff;
	text-align:center;
	z-index:999;
	display:none;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-ms-border-radius:4px;
	-o-border-radius:4px;
	z-index:100001;
}

.customNotify .jm-close{
	position:absolute;
	top:10px;
	right:10px;
	width:16px;
	height:16px;
	background:url(../images/custom_close.png);
}


.ubuntuNotify{
	position:fixed;
	top:10px;
	right:10px;
	width:200px;
	padding:20px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#000;
	opacity:0.7;
	color:#fff;
	font-weight:bold;
	text-align:center;
	z-index:999;
	display:none;
}


