#wrapper {
	width:180px;
	margin:50px auto
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	background:url(../lib/msg_arrow.gif) left center no-repeat;
	padding-left:7px
}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:150px;
	background-color: #FFC;
	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: #F00;
	border-right-color: #F00;
	border-bottom-color: #F00;
	border-left-color: #F00;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
}
