
	.pdfPreviewDiv{
		position:absolute; cursor: move;
	}

	.blur{
		background-color: #bbb; /*shadow color*/
		color: inherit;
		margin-left: 6px;
		margin-top: 6px;
	}

	.shadow, .content{
		position: relative;
		bottom: 2px;
		right: 2px;
	}

	.shadow{
		background-color: #666; /*shadow color*/
		color: inherit;
	}

	.content{
		background-color: #fff; /*background color of content*/
		color: #000; /*text color of content*/
		border: 1px solid #000; /*border color*/
		padding: .3em 1ex;
	}
