
 
.wForm form {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background-color:#F8F8F6;
	background-image: url(images/formBg.png);
	border: 1px dotted #878177;	
}

/* Form Sections ======================================================================== */
/* Fieldset  */
.wForm fieldset {
	background-color:#F4F4F9;
	border: 3px double #878177;	
}
.wForm legend {
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}
/* Nested Fieldset  */
.wForm fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
.wForm fieldset fieldset legend {
	border: 1px solid #ccc;
}

/* Grid Section */
.wForm form table {
	border-collapse: collapse;
}
.wForm form td {
	border: 1px solid #DDD;
}
.wForm form th {}
.wForm form .alternate-1 td {
	background-color:#E9E9E6;
}
.wForm form .alternate-0 {
}

/* Field Labels ======================================================================== */

/* Base */
.wForm label, .wForm form .label {	
	color: #333;
}
/* Text inputs / Select label */
.wForm label.preField {
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
.wForm label.postField  {

}
/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {
	font-weight: bold; 
}

/* Inputs ======================================================================== */

.wForm textarea {}
.wForm input {}
.wForm select {}

/* Buttons ======================================================================= */

.wForm form .actions {

}
/* Submit button */
.wForm form .primaryAction {
}
/* Cancel button */
.wForm form .secondaryAction {
	color: #999;
}
.wForm form .secondaryAction:hover {
	color: black;
}

/* Form Builder Related Rules ===================================================== */

.wForm form .instructions {}				/* Form or Fieldset instruction paragraph. */

.wForm form .reqMark {}					/* Asterisk on required fields */
	

/* wForms Related Rules ========================================================== */

/* Field w/ a validation error */
.wForm form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
.wForm form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
.wForm form .field-hint {}
/* Field-Hint without focus */
.wForm form .field-hint-inactive {}

/* Repeat Behavior divs (when not set on a fieldset) */
.wForm form div.repeat {
	background-color: #f3f3ff;
	border-top: 1px solid #DDF;
	border-bottom: 1px solid #DDF;
	padding-bottom: 3px;
}
.wForm form div.removeable {
	background-color: #F7F7FF;
	border-bottom: 1px solid #DDF;
	padding-bottom: 3px;
}
/* Links generated by the Repeat Behavior */
.wForm form .duplicateLink {
	font-weight: bold;
	color: #5C594E;
}
.wForm form .removeLink {
	color: #CC3300;
}

/* Paging behavior buttons */
.wForm form .wfPagingButtons {}