#LightboxForm{margin:10px; background:#fff;}
/* Define your base widths here as well as any fancy button formatting.  Just remember that only real browsers will see image-based buttons. */	
	input[type="text"]{width:150px;}
	textarea{width:150px;}
	select{width:150px;}
	input[type="button"]{}
	input[type="submit"]{}
/* Define the various event states */	
	input.disabled, select.disabled {border: 1px solid #F2F2F2;background-color: #F2F2F2;}
	input.required, textarea.required, select.required {border: 1px solid #00A8E6;}
	input.validation-failed, textarea.validation-failed, select.validation-failed {border: 1px solid #FF3300;color: #FF3300;}
	input.validation-passed, textarea.validation-passed, select.validation-passed {border: 1px solid #00CC00;color: #000;}
	.validation-advice {margin: 5px 0;padding: 5px;background-color: #FF3300;color: #FFF;font-weight: bold;}
	.custom-advice {margin: 5px 0;padding: 5px;background-color: #C8AA00;color : #FFF;font-weight: bold;}
/* Define the basic form layout */
	fieldset {padding: 0;margin-bottom: 0.5em; border:0;}
	legend{display:none;}
	label {font-weight: bold;}
	.form-row {clear: both;padding: 0.5em;}
	.field-label {width:150px; float:left;}
	.field-widget {width:200px; float:left;}
	.one_col{float:left; width:110px;}
	.two_col{float:left; width:120px;}
	.three_col{float:left; width:130px;}
	.four_col{float:left; width:140px;}
	.five_col{float:left; width:150px;}
	/* Anything extra... */	
	.red{color:#990000;}
