@charset "utf-8";

p#preview{
	position:absolute;
	border:1px solid #AAAAAA;
	background:#fff;
	padding:5px;
	margin:0px;
	display:none;
	color:#333;
	width:300px;
	height:200px;
	text-align:center;
	z-index: 3;
	top:-220px;
}
