.label {
	font-size: 12pt;	
}
.labelhover {
	border: red 1px dotted;
	background-color: lemonchiffon;
	cursor: pointer;
}
.labeleditwork {
	background: url(images/progress_spiral.gif) no-repeat 100% left;
}
.toolbarbackimg {
	border: outset 1px; /*give toolbar a 3D look*/
	position: absolute; /*needed so it doesn't take up space */
	margin-top: -22px; /*specify toolbar to be just above text */	
	white-space: nowrap; /* makes toolbar horizontal */
	background: url(images/edittoolbar.gif);
	background-color: #99cccc;
	height: 22px;
}
.toolbarbuttonbackimg {	
	width: 21px;
	height: 21px;	
	cursor: pointer; /*change mouse to pointer when hover over button*/
	display:inline-block; /* supported by Opera and ? */
	display:-moz-inline-box; /* Gecko proprietary */	
}
.borderhover {
	border: outset 1px;
}
.button_edit {
	background: url(images/icon_edit.gif) no-repeat 100% center;
}
.button_save {
	background: url(images/icon_save.gif) no-repeat 100% center;
}