@CHARSET "ISO-8859-1";

table#msgbox {
	position:absolute;
	width:300px;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-11em;
	margin-left:-11em;
	
	background-color:#99cc33;
	
	border:1px solid #000;
	
	display:none;
}

table#msgbox td {
	padding-left:5px;
}

td#msgbox_title {
	height:17px;
	background-image:url("images/msgbox_title_bg.gif");
	width:100%;
	font-weight:bold;
	color:#fff;
	cursor:move;
	vertical-align:top;
}

td#msgbox_close {
	height:17px;
	width:43px;
	background-image:url("images/msgbox_title_bg.gif");
	width:100%;
}

td#msgbox_text {
	vertical-align:top;
	padding:5px;
	padding-bottom:10px;
	font-size:10pt;
}
