#wrapper {
	width:300px;
	margin-top: 30px;
	margin-right: 10px;
	margin-bottom: 30px;
	margin-left: 20px;
}
#msg {
	display:none;
	position:absolute;
	z-index:200;
	padding-left:7px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#msgcontent {
	display:block;
	padding:5px;
	min-width:150px;
	max-width:300px;
	background-color: #E2EBD8;
	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: #C3DBA8;
	border-right-color: #C3DBA8;
	border-bottom-color: #C3DBA8;
	border-left-color: #C3DBA8;
}

