
.instant_message { 
	font-size: 12px; font-family:Arial, Helvetica, sans-serif; visibility: hidden; position: absolute; color:#000000;
	width: 255px; height: auto; background: #FFF; border:1px solid #b0b0b0; /*background: url(bubble.gif) no-repeat; border: 1px #ccc solid;*/
	z-index: 25000;  -moz-opacity:0.9; filter: alpha(opacity=90);
}

.instant_message a { text-decoration: none; cursor: pointer; color:#0090dc; }

.instant_message .header	{
	text-align:center; color:#0090dc; height:18px; width:255px; padding: 4px 0 0 0;
	background:url(images/pp3_hdrbg.gif) repeat-x; float:left; font-weight:bold;
}
.instant_message .header a {  text-align:center; color:#000; font-size: 12px; font-weight: bold; text-decoration: none; cursor : pointer; }
.instant_message .header a:hover {color:#0090dc; text-decoration: none;}

.instant_message .body	{ padding: 8px; text-align:left; clear:both; } /* height:100px; overflow-x:none; overflow-y:scroll; */ 

.instant_message .body a { text-align:center; font-size:12px; font-weight:bold; color:#0090dc; cursor:pointer; }

.instant_message .btmlink { text-align:center; clear:both; padding-top:10px; }

.instant_message .btmlink a { font-size:11px; font-weight:bold; color:#0090dc; font-family:Tahoma, Arial, Helvetica, sans-serif; }
.instant_message .btmlink a:hover { color:#000000; }


.instant_message .hr {  height: 1px; width: 1px; float: left; }
A.thesaurus { text-decoration:underline; border-bottom: 0 dashed red; cursor: pointer; color:#000000 }

.instant_message .footer{ clear:both; float:left; width:255px; height:20px; background:#e3e4e4; padding:0;margin:0; }
.instant_message .footer_logo { float:left; padding-left:8px; padding-top:2px; }
.instant_message .footer_btn { float:right; padding-right:8px; padding-top:2px; cursor: pointer; }


