/* 
 wFORMS 3.0 Stylesheet - Empty Style - May. 2007
 See http://www.formassembly.com/wForms
 
 This stylesheet and the associated images are Copyright (c) 2005-2007 Veer West LLC (http://www.veerwest.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
.wForm form {}

/* Form Sections ======================================================================== */

/* Fieldset  */
.wForm fieldset {}
.wForm legend {}

/* Nested Fieldset  */
.wForm fieldset fieldset  {}
.wForm fieldset fieldset legend {}

/* Grid Section */
.wForm form table {}
.wForm form td {}
.wForm form th {}
.wForm form .alternate-1 {}
.wForm form .alternate-0 {}

/* Field Labels ======================================================================== */

/* Base */
.wForm label, .wForm form .label {}

/* Text inputs / Select label */
.wForm label.preField {
	font-family: Verdana, Arial, Helvetica, sans-serif, segoe;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	vertical-align: bottom;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

/* Individual Checkbox / Radio label */
.wForm label.postField  {}

/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {}

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

.wForm textarea {}
.wForm input {
	height: 22px;
	margin: 0px;
	padding: 0px;
}
.wForm select {}

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

.wForm form .actions {}

/* Submit button */
.wForm form .primaryAction {}

/* Cancel button */
.wForm form .secondaryAction {}
.wForm form .secondaryAction:hover {}

/* 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 {}

/* Styling for message associated with a validation error. */
.wForm form .errMsg {}

/* 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 {}
.wForm form div.removeable {}

/* Links generated by the Repeat Behavior */
.wForm form .duplicateLink {}
.wForm form .removeLink {}

/* Paging behavior buttons div */
.wForm form .wfPagingButtons {}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif, segoe;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
	padding-bottom: 2px;
}
.wForm label.preFieldfb {
	font-family: Verdana, Arial, Helvetica, sans-serif, segoe;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
	width: 5em;
}
.preFieldfb {
	font-family: Verdana, Arial, Helvetica, sans-serif, segoe;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
	line-height: 18px;
}
.drop-down {
	font-family: Verdana, Arial, Helvetica, sans-serif, segoe;
	font-size: 11px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #333333;
}
.required-text {
	font-family: Verdana, Arial, Helvetica, sans-serif, "Segoe UI";
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #FF0000;
}
