
/* UTL forms.css Paul Scully */

.cartForm {  font: 0.8em Verdana; color: #000000; margin: 0; padding: 0; }
/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */

textarea, select { margin: 3px 0px 0px 10px; }
label { font-size: 1.1em; }
input#reset { margin-left:0px; }  /* set margin-left back to zero on reset button (set above) */

.required { font-weight:bold; }
.cartForm br { clear:left; }	  /* setting clear on inputs didn't work consistently, so brs added for degrade */

/* This aligns plain text label fields used for display with other fields, such as input */
.textField { margin: 3px 0 0 10px; position:absolute; }

textarea, select { overflow: auto; }

/* Buttons */
.standardButton { margin-left: 255px; width: auto; border: 0 }
.leftButton { float: left; margin-top: 10px; }
.rightButton { float: right; margin-top: 10px; }
.noLeftMargin { margin-left: 0; } 
.leftAlignButton { margin-left: -10px; }
div.row div.btn {width:auto; float:left; margin-left: 10px;}
div.row span.radioButton, .checkbox { margin-left: 5px; }

.radioButton label, .checkbox label { margin-right: 1em; margin-left: 0.5em; display:inline; float:none; }
.leftSpace { margin-left: 20px; }
.topSpace { margin-top: 10px; }

/* Field Widths */
.fieldWidthXSmall { width: 50px; }
.fieldWidthSmall { width: 70px; }
.fieldWidthSmall2 { width: 90px; }
.fieldWidthSmall3 { width: 100px; }
.fieldWidthMedium { width: 200px; }
.fieldWidthMedium3 { width: 300px; }

/* Generic field settings */
.fieldWidthSmall, .fieldWidthXSmall, .fieldWidthSmall2, .fieldWidthSmall3, .fieldWidthMedium, .fieldWidthMedium3 
{ border: 1px #969696 solid; padding-left: 2px; margin: 0 0 0 10px; }

/* Fieldset and legend styles */
fieldset{ position: relative; margin-top:1em; padding-top:1em; padding-left:0; margin-left: 0px; border: 0; }
legend{ color: #336699; font-size: 1.4em; font-weight: bold;}	
/* Note: Absolute/relative positioning is required to make legend work and fully left aligned in IE */	



















