html, body {
	font-family: 'lucida grande', helvetica, arial, sans-serif;
	margin: 0;
	padding: 0;
}
h1 {
	background-color: #333;
	color: #fff;
	font-size: 16px;
	line-height: 42px;
	margin: 0;
	padding-left: 1em;
}
hr {
	background: #ddd;
	color: #ddd;
	clear:both;
	height: 1px;
	border: none;
	margin: 40px 0 20px 0;
}
img {border: none;}
a {
	color: #b02127;
	text-decoration: none;
}
a:hover {text-decoration: underline;}
.example {
	padding: 20px;
	width: 800px;
}
.draggable {
	cursor: move;
	float: left;
	height: 120px;
	margin-left: 10px;
	width: 160px;
}
.dark {
	background-color: #9cf;
	border: 2px solid #36c;
}
.dark h3.title {
	background: #36c url(../images/icon_draggable_dark.png) no-repeat 2px 4px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding-left: 24px;
}
.light {
	background-color: #fff;
	border: 2px solid #333;
}
.light h3.title {
	background: #e9e9e9 url(../images/icon_draggable_light.png) no-repeat 2px 4px;
	border-bottom: 1px solid #333;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 24px;
	margin: 0;
	padding-left: 24px;
}
.droppable {
	border: 2px dashed #ccc;
	float: right;
	height: 120px; width: 200px;
}
.droppable div {padding: 10px;}
.droppable-active {border-color: #f93;}
.droppable-hover {
	background-color: #ffc;
	border-color: #f93;
}
.download img {margin-bottom: -16px;}
.clear {clear: both;}