/* 
 wFORMS 3.0 Stylesheet - Antique 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/) 
*/
 
form {
	padding: 10px !important;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	border: 1px dotted #878177;
	background: #FFFFFF url(images/formBg.png);
	text-align: left;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	background-color:#F4F4F2;
	border: 3px double #878177;	
}
legend {
	padding: 2px 5px;
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 1px solid #ccc;
	background-color:#FFF;
}
fieldset fieldset legend {
	border: 1px solid #ccc;
}

/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;	
}
form th {
	padding: 0 4px;
}
form .alternate-1 {
	background-color:#E9E9E6;
}
form .alternate-0 {
}

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

/* Base */
label, form .label {	
	color: #333;
	font-size: small;
}
/* Text inputs / Select label */
label.preField {
	font-weight: bold;
}
/* Individual Checkbox / Radio label */
label.postField  {

}
/* Label when inside an inline section */
.inlineSection .oneField .inlineLabel {
	font-weight: bold; 
}

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

textarea {}
input {}
select {}

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

form .actions {

}
/* Submit button */
form .primaryAction {
}
/* Cancel button */
form .secondaryAction {
	color: #999;
}
form .secondaryAction:hover {
	color: black;
}

/* Form Builder Related Rules ===================================================== */

form .instructions {}				/* Form or Fieldset instruction paragraph. */

form .reqMark {}					/* Asterisk on required fields */
	

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

/* Field w/ a validation error */
form .errFld {
	padding: 1px;
	border: 1px solid #F00;
}
/* Styling for message associated with a validation error. */
form .errMsg {	
	color: #CC3333 !important;
	display: block;
}
/* Field-Hint with focus */
form .field-hint {}
/* Field-Hint without focus */
form .field-hint-inactive {}

/* Repeat Behavior divs (when not set on a fieldset) */
form div.repeat {
	border: 1px dotted #ccc;
	background-color: #FFFFFF;
}
form div.removeable {
	border: 1px dotted #ccc;
	background-color: #F5F5F5;
}
/* Links generated by the Repeat Behavior */
form .duplicateLink {
	line-height: 260%;
	font-weight: bold;
	color: #5C594E;
}
form .removeLink {
	line-height: 260%;
	color: #CC3300;
}
form td .duplicateLink, form td .removeLink  {
	margin: 0;
	line-height: 100%;
}
