/* 
 wFORMS 3.0 Stylesheet - Abstract-brown Theme v3 - May. 2007
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 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 {
	padding: 0 0 0 20px !important;
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	background-image: none !important;
    background-color: transparent !important;
	max-width:760px;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
.wForm fieldset {
	border: 1px solid #5F473C;	
	background-image: none !important;
    background-color: transparent !important;
}
.wForm legend {
	font-size:12px;
	font-style: italic;
    background-color: #F5F1E2 !important;
}

/* Nested Fieldset  */
.wForm fieldset fieldset  {
	border: 1px solid #e2D0a2;
}
.wForm fieldset fieldset legend {
}

/* Grid Section */
.wForm form table {
	border-collapse: collapse;
}
.wForm form td {
}
.wForm form th {}
.wForm form .headerRow th {}

.wForm form .alternate-1 td {
}
.wForm form .alternate-0 td {
}

/* 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: #000;
}

/* 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 {
	border: 1px solid #F00;
}

/* Styling for message associated with a validation error. */
.wForm form .errMsg {
	color: #CC3333 !important;
}

/* 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 {
	font-weight: bold;
	color: #6C594E;
}
.wForm form .removeLink {
	color: #CC3300;
}

/* Paging behavior buttons div */
.wForm form .wfPagingButtons {}

.wForm form .duplicateLink {
background-image: url('../images/sce/icon_add.gif');
background-repeat: no-repeat;
padding-left: 20px;
}
.wForm form .removeLink {
background-image: url('../images/sce/icon_delete.gif');
background-repeat: no-repeat;
padding-left: 20px; 
}