/* the label of an individual form element */
.cfLabelTitle{
	width:150px;
}

.cfRequiredLabelIndicator {
    color: #ff0000;

}


/* right aligned labels */
.cfLabelPosRight {
	text-align: right;
}



