.mooPopUpLayer {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	cursor: auto;
}

.myBox {
	background-color: #000;
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding:0px;
	border:0px solid #666;
	background: url(images/moopopup/bg1.jpg) repeat-x bottom #fff;
}

#myContent li {
	list-style:none;
}

.myBox div {
	background:url(images/moopopup/bg_head.jpg);}
.myBox div div,
div#myContent {
	background-image:none;}
