/*250692*/
div {
	border: 1px dashed Lime;
}
div:before {
	position: relative;
	clear: both;
	top: 2px;
	left: 1px;
	font: caption;
	color: white;
	border: 1px solid red;
	background: red;
	content : "<div id=" open-quote attr(id) close-quote "class=" open-quote attr(class) close-quote ">";
	white-space: nowrap;
}
