.messagebox {
	height: 90px;
	overflow: hidden;
	margin-top:10px;
}
#newpmsdark {
	opacity:0.5;
	filter:alpha(opacity=50);
	background:#999999;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:999;
}
#newpms {
	opacity:1;
	filter:alpha(opacity=100);
	position:absolute;
	top:70px;
	z-index:9999;
	left:120px;
	width: 340px;
	height: 86px;
	border: 1px solid #333333;
	background: #CC9933;
	padding:10px 8px 10px 8px ;
}
DIV#messages  TR {
	height: 90px;
	overflow:hidden;
}
DIV#messages TD {
	height: 90px;
	overflow:hidden;
}
DIV#messages DIV.content {
	height: 62px;
	overflow:hidden;
}
DIV#messages DIV.title , #messages DIV.storytitle  {
	height: 20px;
	overflow:hidden;
	font-size:11px;
}
