.label {
font-size: 12pt;
}
.labeledit {
border: red 1px dotted;
background-color: yellow;
text-align: left;
}
.labeleditwork {
background: url(images/progress_spiral.gif) no-repeat 100% left;
}
.toolbar {
background-color: silver;
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 */
height: 22px;
}
.toolbarbuttonimg {
cursor: pointer; /*change mouse to pointer when hover over button*/
display:inline-block; /* supported by Opera and ? */
display:-moz-inline-box; /* Gecko proprietary */
}
.colorhover {
background-color: Red;
}