@charset "utf-8";
#msg {display:none; position:absolute; z-index:200; border:1px solid #d9985e; margin-left: 4px;}
#arrow {
	position: relative; 
	z-index: 220;
	left: -5px;
	background: url(../images/msg-arrow.gif) left top no-repeat;
	width: 24px;
	height: 22px;
	float: left;
}
#msgcontent {display:block; background:#fcf5f1; padding:8px 8px 8px 30px; min-width:150px; max-width:250px; text-align: left; line-height: 1.2; }