.cluster-box {
	padding: 16px;
	-moz-border-radius: 12px;
}
.cluster-msg {
	margin-bottom: 8px;
	border: 1px solid #f60;
	background: yellow;
	color: black;
}

.cluster-txt {
	margin-bottom: 8px;
	border: 1px solid red;
	background: #fc6;
	color: #f30;
}

#cluster-item-source {
	position: relative;
	margin: 0 auto 16px;
	padding: 16px;
	border: 1px solid #36c;
	background: #eef;
	-moz-border-radius: 12px;
}
#cluster-item-source-title {
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dashed #36c;
	color: #666;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
}
#cluster {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	border-collapse: collapse;
}
#cluster td {
	width: 50%;
	padding: 0;
	vertical-align: top;
}
.cluster-item-target {
	width: 100%;
	border: 1px solid #666;
	-moz-border-radius: 12px 12px 0 0;
}
.cluster-item-target .list {
	padding: 4px;
	background: #eee;
	border-top: 1px solid #ddd;
}
.cluster-item-target .head {
	padding: 6px;
	background: #ddd;
	font-weight: bold;
	-moz-border-radius: 12px 12px 0 0;
}
.cluster-item-target .pull {
	border-top: 1px dotted #ccc;
}
.cluster-item-target .foot {
	padding: 4px;
	background: #eee;
	text-align: right;
	-moz-border-radius: 0 0 0 12px;
}
.cluster-item-target .wait {
	padding: 4px;
	text-align: center;
}
#cluster td.foot {
	padding-top: 8px;
	border-top: 1px solid #36c;
	vertical-align: middle;
}
.cluster-note {
	margin: 0 auto 16px;
	text-align: right;
}
#cluster-help {
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 320px;
	margin: 16px;
	padding: 16px;
	border: 2px solid #333;
	background: pink;
	color: black;
	opacity: 0.92;
}
