@namespace xforms url(http://www.w3.org/2002/xforms);
*:read-only { background-color:pink; }
*:read-write { background-color:orange; }

xf\:label.title, xforms|label.title 
{
    font-size: 15pt; 
    font-weight: bold;
    color: #000099;
    margin-bottom: 2em;
}