div.demoElement {
	width: 486px;
	height: 235px;
	background:#d3d3d5 url(/__components/images/bottom_right.jpg) no-repeat bottom right;
	font-size: 12px;
	color: #000000;
	padding: 0;
}
div.demoElementHeight {
	height: 120px;
}

.myClass {
	width: 300px;
	height: 50px;
	border: 3px dashed black;
	background-color: #C6D880;
	font-size: 20px;
	padding: 20px;
}