#wrapper {
width:300px;
margin:50px auto;
}
#msg {
display:none;
position:absolute;
z-index:200;
background:url(include/templates/default/images/msg_arrow.gif) left center no-repeat;
padding-left:7px;
}
#msgcontent {
display:block;
background:#f3e6e6;
border:2px solid #924949;
border-left:none;
min-width:150px;
max-width:450px;
padding:5px;
}