/* The three span colors */
.ctr {
color:#FF0000;
}
.ctg {
color:#008000;
}
.ctb {
color:#0000FF;
}

/* toolbar background style */
.edit_toolbar {
	margin:2px;
	padding:2px;
	text-align:center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
