#msgBox{
	border:1px solid #cc0036;
	width:363px;
	background-color:#FFF;
	z-index:5;
}

#msgBox .headerMsgBox{
	width:363px;
	height:100px;
	background:#f2f2e9 url(gfx/header.png);
	cursor:move;
	z-index:5;
}

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

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

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

#msgBox .msgBoxZoneBtn input{
	border:none;
	height:24px;
	width:43px;
	background:#fff url(gfx/button_valid.png);
	z-index:5;
}

#msgBox .footerMsgBox{
	width:363px;
	height:4px;
	font-size:1px;
	background-color:#FFF;
	z-index:5;
}