.msg_wrapper {
	position:absolute;
	width:0px;
	height:0px;
}
.msg_wrapper iframe {
	position:absolute;
	left:-300px;
	top:-300px;
	width:0px;
	height:0px;
	border:0px;
}
.msg_open, .msg_popup {
	position:relative;
	width:270px;
	height:212px;
	background-image:url('../../images/messages/short.gif');
}
.msg_short, .msg_long, .msg_longpicture, .msg_pdf, .msg_html, .msg_sponsor {
	position:relative;
	left:13px;
	top:25px;
	width:240px;
	height:145px;
	overflow:auto;
}
.msg_footer {
	position:relative;
	left:13px;
	top:25px;
	width:240px;
}
.msg_left {
	position:absolute;
	z-index:2001;
}
.msg_right {
	z-index:2000;
	position:absolute;
	width:240px;
	overflow:overflow;
	text-align:right;
}
.msg_sponsor .msg_text { margin-top:0px; }
.msg_sponsor img { border:1px solid black; }
