#msgBox{
	border:1px solid #000;
	width:308px;
	height:296px;
	background:#f2f2e9 url(../gfx/content.png) repeat-y; 
}

#msgBox .header{
	width:308px;
	height:27px;
	background:#f2f2e9 url(../gfx/header.png);
	cursor:move;
}

#msgBox .close{
	width:19px;
	height:27px;
	background:#f2f2e9 url(../gfx/close.png) top left;
	cursor:pointer;
	margin-left:92%;
}

#msgBoxContent{
	width:300px;
	height:210px;
	text-align:left;
	color:#FF0000;
	cursor:default;
	padding:5px 0;
	margin:0px 4px;
	font-family:Arial, Tahoma, Sans serif;
	font-size:12px;
	font-weight:900;
	text-align:center;
	background-image:url(../images/TBM850_P1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

#msgBox .msgBoxZoneBtn{
	text-align:center;
	margin:10px 0;
}

#msgBox .msgBoxZoneBtn input{
	border:none;
	height:25px;
	width:101px;
	background:url(../gfx/close_window.png);
	background-repeat: no-repeat;
	background-position: center center;}

#msgBox .footer{
	width:308px;
	height:4px;
	font-size:1px;
	background:#f2f2e9 url(../gfx/footer.png);
}