/* css for foodfirst specific elements */

.food-red { 
    background-color: #e31b23;    /* foodfirst red  3M Geranium 7725-63 red */
 }
 
.leaf-green {
	background-color: #8cc63f; /* foodfirst leaf green 3M Apple Green 7725-196 */
	}
 
td { 
   white-space: nowrap; 				/* No mucking of tables please */
 }
 
.red-head {				/* red headings, as used on the customer page */
	font-weight: bold;
	color: #e31b23;
	line-height: 2;
}

.rt { /* right telephone alignment */
	float: right;
}

form { 
	position:relative; 
}

/* form input { position:absolute; left:11em; } 
or
label { display:block; }
label input { position:absolute; left:11em; }
 */
 
