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

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

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

#msgBoxContent{
	text-align:left;
	cursor:default;
	padding:5px 0;
	margin:0px 4px;
	font-family:Arial, Tahoma, Sans serif;
	font-size:12px;
	text-align:center;
}

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

#msgBox .msgBoxZoneBtn input{
	border:none;
	height:25px;
	width:101px;
	background:#fff url('/MsgBox/gfx/button_valid.png');
}

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