#msg {
	display:none;
	position:absolute;
	z-index:1000;
	padding-left:6px;
	background-image: url(../images/msg_arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:250px;
	background-color: #312413;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #483515;
	border-right-color: #483515;
	border-bottom-color: #483515;
	border-left-color: #483515;
}
