@CHARSET "ISO-8859-1";

table#msgbox {
	position:absolute;
	width:399px;
	
	position:absolute;
	top:50%;
	left:50%;
	margin-top:-11em;
	margin-left:-12em;
	
	/*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;
}*/

table#msgbox .title {
	background-image:url("images/title.png");
	background-repeat:no-repeat;
	width:399px;
	height:37px;
	padding-left:10px;
	font-weight:bold;
	cursor:move;
}

table#msgbox .top {
	background-image:url("images/top.png");
	background-repeat:no-repeat;
	background-color:#fff;
	width:399px;
	height:109px;
	padding-left:130px;
	padding-right:20px;
	border-left:1px solid #949393;
	border-right:1px solid #949393;
}

table#msgbox .bottom {
	background-image:url("images/bottom.png");
	background-repeat:no-repeat;
	width:399px;
	height:39px;
	behavior: url(iepngfix/iepngfix.htc);
	padding-left:299px;
	padding-right:15px;
	padding-top:8px;
	text-align:center;
	vertical-align:top;
}

table#msgbox img {
	position:absolute;
	right:0px;
	top:0px;
}

