div.jqmNotice{
	display:none;
	position:relative;
	width:288px;
	background:#f1f1f1;
	border:1px solid #666666;
	padding:10px;
	}

div.jqmNotice .jqmClose{
	position:absolute;
	right:4px; top:6px;
	cursor:pointer;
	}

div.jqmNotice img.jqResize{
	position:absolute;
	right:2px; bottom:2px;
	}

div.jqDrag {cursor:move;}

.pop_content{
	padding-top:10px;
	width:248px;
	text-align:left;
	color:#666666;
	}
