
.form_display {
 width: 20%;
}

.floatright {
float: right;
margin: 0 0 10px 10px;
padding: 2px;
}

.hot {
    color:#804000;
    font: bold 8pt tahoma;
    }

.textbox {
	font-family:Courier New;
	font-size:9pt;
	color:#0000A0;
}

.button
{
        font-family:Courier New;
        font-size:9pt;
}

.note {
 font:italic 9pt Arial;
 color:gray;
}

.form_display_error {
    font-size:10pt;
	color:red;
}

.form_display_required {
	color:blue;
}

.form_hint {
   display:none;
}

root { 
    display: block;
}

.element {
 color: blue;
}


.att {
 color: green;
}

.attV {
 color: brown;
}

.xml {
 background-color: #fffdf0;
}


.highlight, .xpf_unselected:hover {
 background-color: #0fe;
 cursor:pointer;
}
