#wrapper 
{
	width:auto; 
	margin:auto
}

#msg 
{
	display:none; 
	position:absolute; 
	z-index:200; 
	background:url(../images/msg_arrow.gif) left center repeat-x; 
	padding-left:7px; 
	font-family:Georgia, "Times New Roman", Times, serif; 
	font-weight:100
}

#msgcontent 
{
	display:block; 
	background:#1F1F1F; 
	border:2px solid #ff0000; 
	border-left:none; 
	padding:5px; 
	min-width:150px; 
	max-width:250px; 
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-weight:normal;
	font-size:12px;
	}/* CSS Document */




