#msg {
	display: none;
	position: absolute;
	z-index: 200;
	background: url(msg_arrow.gif) left center no-repeat;
	padding-left: 7px;
}

#msgcontent {
	display: block;
	background: #ffffff;
	border: 2px solid #40a4e4;
	border-left: none;
	padding: 2px;
	min-width: 150px;
	max-width: 250px;
}