/* 
 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/) 
*/
 
.instruction1 {
	font-size:18px;
	letter-spacing:1px;
	}

.instruction2 {
	font-size:11px;
	letter-spacing:1px;
	}




.wForm form {
	padding: 10px !important;
	font-family: Tahoma, Arial, Sans-Serif;
	/*background-color:#e9dd9e;*/
	background-color:#fff;
	/*background-image: url(images/formBg.png);*/
	border: 16px solid #fff;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
.wForm fieldset {
	background-color:#FFFEF4;
	background-image:url(../images/formfield.jpg);
	border-top: 8px solid #454c44;
	border-bottom:none;
	border-left:none;
	border-right:none;
	background-attachment: fixed;
	background-repeat: repeat-y;
}
.wForm legend {
	color: #fff;
	background-color: #454c44;
	border: none;
	font-size:18px;
	padding:3px;
}
/* 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;
	font-size:12px;
}
/* Individual Checkbox / Radio label */
.wForm label.postField  {
	font-size:12px;
}
/* Label when inside an inline section */
.wForm .inlineSection .oneField .inlineLabel {
	font-weight: bold; 
}

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

.wForm textarea {
	border:1px solid #333333;
	padding:4px;
	background:transparent url(../images/fieldshadow.jpg) no-repeat scroll left top;
	/*background-image:url(../images/fieldshadow.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: left top;*/
	}
.wForm input {
	border:1px solid #333333;
	padding:4px;
	
	/*background:transparent url(../images/fieldshadow.jpg) no-repeat fixed left top;*/
	background:transparent 
	url(../images/fieldshadow.jpg) no-repeat scroll left top;
	}
	
/*.wForm input.shadow {
	padding:4px;
	background:transparent url(../images/fieldshadow.jpg) no-repeat scroll left top;
	width:343px;
	border:1px solid #333333;
	}*/

.wForm select {}

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

.wForm form .actions {

}
/* Submit button */
.wForm form .primaryAction {
	font-size:16px;
}
/* Cancel button */
.wForm form .secondaryAction {
	color: #999;
	font-size:16px;
}
.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: #CEEAC8;*/
	/*border-top: 1px solid #DDF;*/
	border-bottom: 1px solid #DDF;
	padding-bottom: 3px;
}
.wForm form div.removeable {
	background-color: #f8f8f0;
	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 {}