﻿.divMessageMain{
        font-size:12px;
		overflow:hidden; z-index:1000; 
		position:absolute; display:block;
		width:240px;
		top:300px; left:100px;
	}
	
	.divTopStyle{
		width:100%; height:22px; padding:0px; border:0px;
		background-image:url(../Images/MyMessageShow/titlemain.JPG);
		background-repeat:no-repeat;
	}
	.divTopStyle div{ cursor:pointer;}
	.divTopStyle span{ height:24px; float:left; margin-left:5px;color:#FFFFFF; font-weight:bold; font-size:14px; line-height:25px;}
	.divTopStyle .divCloseStyle{ float:right; width:45px; height:18px; border:0px; }
	.divTopStyle .divBigStyle{ float:right; width:26px; height:18px; border:0px;}
	
	.divContentStyle{
		overflow:hidden; width:240px; height:80px; line-height:23px;
		background-image:url(../Images/MyMessageShow/message_content_bg.jpg);
	}
	.divPageSTyle{
		text-align:center; line-height:24px;
		background-image:url(../Images/MyMessageShow/page_bg.gif);
		background-repeat:repeat-x;
		width:240px; height:24px;
	}
	.divPageUpAndDownStyle{
		margin-left:auto; margin-right:auto;
		background-image:url(../Images/MyMessageShow/message_page.jpg);
		background-position:0px 1px;
		background-repeat:no-repeat; width:79px; height:22px;
	}
	.divPageUp{ float:left; width:18px; height:22px; border:0px; }
	.divPageShow{
		text-align:center; float:left; font-size:12px; font-weight:bold; color:#fff;
		overflow:hidden; padding-left:5px; width:35px; height:22px; border:0px; line-height:26px;
	}
	.divPageShow span{font-size:12px;font-weight:bold; color:#fff;}
	.divPageDown{ float:left; width:18px; height:22px; border:0px; }
	.divTitleOnHoverStyle{
		behavior:url(../Js/MyMessageTitleStyle.htc);
	}
	
	
	
	
	
	.divMyMessageSmallImgShowStyle{
		display:none;width:60px; height:60px; border:0px; position:absolute; top:600px; left:1000px; z-index:0; cursor:pointer;
		background-repeat:no-repeat; background-image:url(../Images/MyMessageShow/small_MyMessage_bg.gif);filter: alpha(opacity=90);
	}
	
	
	.txtMyMessageStyle
	{
		height:117px;width:237px;
		border:0px;margin:0px; float:left;border-bottom:1px solid; cursor:default;
		background-image:url(../Images/MyMessageShow/message_content_bg.jpg);color:#ffffff;
	}
	.divAddMyMessageStyle{
		float:left;
		height:20px; width:20px; margin-left:4px; margin-top:2px;
		background-image:url(../Images/MyMessageShow/add.gif);
	}
	.divDeleteMyMessageStyle{
		float:right; padding:0px;
		height:20px; width:20px; margin-right:3px; margin-top:3px;
		background-image:url(../Images/MyMessageShow/delete.gif);
	}