/* CSS Document */
#msg {display:none; position:absolute; z-index:1900; background:url(../imgs/msg_arrow.gif) left center no-repeat; padding-left:7px;font:normal 11px tahoma; color:#fff;}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:250px;
	background-color: #1D5699;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #47B4F5;
	border-right-color: #47B4F5;
	border-bottom-color: #47B4F5;
	border-left-color: #47B4F5;
}

