/*
 * $Id: Field.css,v 1.5.12.1 2009-03-02 18:13:56 thierry Exp $
 */
	
	span.mandatoryFieldLabel
	{
	}
	
	span.mandatoryFieldMarker
	{
	    color : #FF0000;
	    font-weight : bold;
	}
	
	.FieldBody
	{
	    
	}
	
	.FieldHelp
	{
	    font-size  : 8pt;
	    font-style : italic;
	}
	
	.FieldLabel, .FieldValue
	{
	  display : inline;
	  display : inline-block;
	}
	
	#AskCustomerPersonalInfo .FieldLabel,
	#CreateCustomerPersonalInfo .FieldLabel
	{
	  width         : 10em;
	  text-align    : left;
	  padding-right : 0.5em;
	}
	
