﻿#fixedFloatingDiv
{	height:0px; overflow:visible;	position:absolute;	}

.IMpopUpMsgBox
{
	position:fixed;
	bottom:0;
	right:20%;
	z-index:999;
	background:url(/im/images/down_arrow.png) no-repeat center bottom;
}

.IMinnerMsgBox
{
	background:white;
	border:2px solid #059EC7;
	margin-top:4px;
	margin-bottom:14px;
	padding:10px 4px 3px 4px;
	position:relative;
}
	.IMinnerMsgBox .IMmsgText
		{
			color:Gray;
			font-size:10px;
			text-align:center;
			font-weight:bold;
		}
	.IMinnerMsgBox .IMmsgName
		{
			color:#059EC7;
			padding:0px;
			margin:0px;
			text-align:center;
			cursor:pointer;
			font-size:12px;
			font-weight:bold;
		}
	.IMinnerMsgBox td
		{
			padding:0px;
			margin:0px;
		}
		
		
.IMpersonIcon
{
	position:absolute;
	width:21px;
	height:18px;
	top:0px;
	right:5px;
	background:url(/im/images/man_icon.png);
	z-index:1;
}

.IMmsgClose
{
	position:absolute;
	width:7px;
	height:7px;
	top:1px;
	left:1px;
	background:url(/im/images/close.gif) no-repeat center center;
	border-right:1px solid #059EC7;
	cursor:pointer;
}


