 
form {	padding: 0 0 0 10px}

/* Grid Section */
form table {border-collapse: collapse;}
form td {padding: 3px 0;vertical-align:top}

/* Base */
label, form .label {	
	color: #333;
	font-size:1em;
}

/* Inputs ======================================================================== */

textarea {
	padding: 4px;
	vertical-align: top;
	margin: 0;
	width:132px
}
input {
	margin: 0;
}
input.width { width:134px}

select {
	padding: 0;
	margin: 0;
	width:138px
}

.inherit { width:inherit !important}

/* Buttons ======================================================================= */

form .actions {
	text-align: center;
	margin: 20px 0 10px 0;		
}
/* Submit button */
form .primaryAction { width:inherit !important}


/* Asterisk on required fields */
form .reqMark {
	color: #036;
	padding: 0 4px 0 0;
}

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
form .errFld {
	border: 1px solid #036;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display:inline;
	font-size:10px
}

/* Switch Behavior Classes */
.onstate-a,  .onstate-b,  .onstate-c,  .onstate-d,
.onstate-e,  .onstate-f,  .onstate-g,  .onstate-h, 
.onstate-i,  .onstate-j,  .onstate-k,  .onstate-l, 
.onstate-m,  .onstate-n,  .onstate-o,  .onstate-p, 
.onstate-q,  .onstate-r,  .onstate-s,  .onstate-t,
.onstate-u,  .onstate-v,  .onstate-w,  .onstate-x,  
.onstate-y,  .onstate-z,  .onstate-aa, .onstate-ab,
.onstate-ac, .onstate-ad, .onstate-ae, .onstate-af,
.onstate-ag, .onstate-ah, .onstate-ai, .onstate-aj,
.onstate-ak, .onstate-al, .onstate-am, .onstate-an {
	display: block;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */


/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); /* IE Pick-a-boo bug fix */
}
form fieldset {
	position:expression('relative'); /* Fixes IE problem with fieldset+legend boundaries */
	margin-top:expression('1em');
	padding-top:expression('1.5em');
}
form fieldset legend {
	position: expression('absolute'); 
	top: expression('-.5em'); /* Fixes IE problem with fieldset+legend boundaries */
	left:expression('.5em');
}
