/* 
 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/) 
*/
 
form {
	padding: 10px !important;
	font-family: Tahoma, "Arial MT", Helvetica, "Helvetica Neue", Verdana, sans-serif;
	/*background-image: url(graphics/bg-11.png); bg-peachbar-short.jpg or graphics/bg-1.png*/
	background-position: bottom left;
	background-repeat: repeat-x;
	border: 1px solid orange;
	background-color: transparent;
}

/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	background-color:#FFF;
	border: 3px solid #c5baa3;	
	background-image: url(graphics/bg-22.png); /*bg-peachbar-short.jpg or graphics/bg-2.png*/
	background-position: bottom left;
	background-repeat: repeat-x;
}
legend {
	padding: 2px 5px;
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
	font-size: 1.3em;
	font-family: Tahoma, Arial, Helvetica, "Lucida Grande", sans-serif;
	font-weight: bold;
	line-height: 1.3em;
}
legend:first-child
{
	margin-top: 22px;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 2px solid #c5baa3;	
	background-image: url(graphics/bg-33.png); /*bg-peachbar-short.jpg or graphics/bg-3.png*/
	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: 1.2em;
}
/* Text inputs / Select label */
label.preField {
	font-weight: bold;
	width: 15em;
}
/* 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 {

}
form div.removeable {

}
/* 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%;
}
