/************** description popup *******************/
#descriptionHolder { background:#868688; padding:8px; position:absolute; top:0; color:#666666; overflow:auto; overflow-x:hidden; width:800px; }
.descriptionClose {
	background:url(/images/upload/closeWindow.jpg);
	background: url(/images/mmmail/msg_close_u.jpg) no-repeat scroll 0%;
	height:11px;
	width:11px;
	cursor:pointer;
	position:absolute;
	overflow:hidden;
}
#descClose1 { top:10px; right:10px; }
#descClose2 { top:10px; left:10px; }
#descClose3 { bottom:10px; right:10px; }
#descClose4 { bottom:10px; left:10px; }
.descriptionClose.closeHover {
	background: url(/images/upload/closeWindowHover.jpg);
	background: url(/images/mmmail/msg_close_p.jpg) no-repeat scroll 0%;
}
#descriptionContent { background:#FFFFFF; margin:0; padding:20px; overflow:auto; cursor: default; }
#descriptionHolder h2 { font-size: 14px; font-weight:bold; margin:0; padding:0 0 4px; border-bottom:1px solid #8E92BF; }
#descriptionText { font-size: 12px; padding-left:15px; }

#overlay_modal { cursor: pointer; }
