/* CSS Document */
.saveAndResume {
		text-align:right;
	}
	.saveAndResume fieldset {
		text-align:left;
	}
	.saveAndResume #tfa_resumeEmail {
		width: 195px;
	}
	.saveAndResume #tfa_resumePassword {
		width: 195px;
	}
	.saveAndResume .actions  { 
		width: 200px !important; 
		text-align: right; 
	}
	.saveAndResume .actions input {
		font-weight: bold;
		font-size: 100%;
	}
	.saveAndResume .actions #tfa_resumeLater.wfHideSubmit {
		display: inline !important;
	}
	.onstate-resumelater { display: block }
	.errorMessage {
		color:red;
		background-color:white;
		padding:5px;
		border:1px solid #F77;
		font-family:sans-serif;
	}
/* 
 wFORMS 3.0 Stylesheet - Abstract-green 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 {
	
}
.stylesform {
	border: 1px solid #c8d4bf;
	background: #FFF url(../images/bg1.png) repeat-x left bottom;
	padding: 0.63em!important;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;

}
/* Form Sections ======================================================================== */
/* Fieldset  */
fieldset {
	background-color:#FFF;
	border: 3px solid #c5d0bc;	
	background: #FFF url(../images/bg2.png) repeat-x left bottom;
	background-position: bottom left;
	background-repeat: repeat-x;
}
legend {
	padding: 2px 5px;
	color: #1C1C1C;
	background-color: #FFD;
	border: 1px solid #878177;
}
/* Nested Fieldset  */
fieldset fieldset  {
	border: 2px solid #c5d0bc;	
	background-color:#FFF;
	background-image: url(images/bg-3.png);
}
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: bold 1em Arial, Helvetica, sans-serif;
}
/* 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%;
}
.captchaHelp {
	font-size: 0.75em;
}
form {
	margin: .8em 0 1.6em 0; 
	padding: 0; 
}
fieldset {
	margin: 0 0 1em 0;
	padding: .5em 1em 1.2em 1em;
	/* overflow: auto; */
}
legend {
	margin: 0;
	padding: 0 2px;
	font: normal 0.9em Arial, Helvetica, sans-serif;
}

label.preField,
.labelsLeftAligned label.preField,
.labelsRightAligned label.preField {
	float: left;
	display: block; 
	min-width: 13em;	
	margin: 0;
	padding: 0 2px 0 0;
}
.labelsAbove label.preField {
	display: block; 
	width: auto;
	float: none; 
}
/* field-level label position override */
form .labelsLeftAligned label.preField,
form .labelsRightAligned label.preField  {
	float: left;
}
form .labelsAbove label.preField {
	float: none; 
}

.labelsLeftAligned label.preField {
	text-align: left;
}
.labelsRightAligned label.preField {
	text-align: right;
}
label.postField  {
	margin-left: 4px;
	margin-right: 4px;
}
textarea {
	vertical-align: top;
	margin: 1px 0;
	padding: 0;
}

input {
}

select {
	margin: 0;
	padding: 0;

}

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

form .instructions {					/* DEPRECATED */
	margin: 1em 0;
}
form .oneChoice {						/* Ties together a label and its checkbox or radio */
	white-space: nowrap; 
}
form .oneChoicePerLine .oneChoice {		/* Place the label and checkbox/radio on its own line */
	display: block;	 
}
.labelsLeftAligned .oneChoicePerLine .oneChoice, 
.labelsRightAligned .oneChoicePerLine .oneChoice {		/* Place the label and checkbox/radio on its own line */
	margin-left: 13em; 
}
form .reqMark {							/* Asterisk on required fields */
	color: #F00;
	margin-left: 5px;
	font: xx-small Arial, Helvetica, sans-serif;
}
form .oneField {						/* Combo Label + Input Field */
	display: block;
	padding: 2px 0;
	margin-bottom: 0.75em; 	
}
/* Inline Section */
form .inlineSection {
	width: 100%;
	overflow: auto;
	padding: 2px 0;
}
form .inlineSection .oneField {			/* Label+Field when inside an inline section */
	float: left;	
	margin-right: 4px;
	padding: 0;
}
form .inlineSection .inlineLabel,
.labelsLeftAligned .inlineSection .oneField .inlineLabel,
.labelsRightAligned .inlineSection .oneField .inlineLabel {
	padding: 0 2px 0 0;
}
.labelsAbove .inlineSection .oneField .inlineLabel {	/* Label when inside an inline section */
	display: block;	
	white-space: normal;
}
.labelsLeftAligned .inlineSection .oneChoicePerLine .oneChoice, 
.labelsRightAligned .inlineSection .oneChoicePerLine .oneChoice {		/* Place the label and checkbox/radio on its own line */
	margin-left: 0; 
}
/* Grid Section */
form table {}
form td {
	padding: 0 4px;
}
form th {
	padding: 0 4px;
}

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

form .errFld {							/* Field with a validation error */
	border: 1px solid #F00;
}
form .errMsg {							/* Styling for message associated with a validation error. */
	color: #CC3333 !important;
	display: block;
}

form .field-hint {						/* Field-Hint with focus (displayed on the side)*/
	display: inline;	
	color: #333;
}
form .field-hint-inactive {
	display: inline;	
	color: #CCC;
}
form.hintsTooltip .field-hint {		/* Field-Hint with focus (displayed as a tooltip)*/
	position: absolute;
	z-index: 50;
	display: block;
	width: 180px;	
	margin: 2px 0 0 10px;
	padding: 4px;
	background-color: #fffbb8;
	border: 1px solid #ffc20d;	
}
form.hintsTooltip .field-hint span {
	display: block;
 }

form.hintsTooltip .field-hint-inactive {		/* Field-Hint without focus */
	display: block;
	position: absolute;
	visibility: hidden;	
}

form div.repeat {						/* Repeated section (when not on a fieldset) */
	padding-right: 3px;	
}
form div.removeable {					/* Removeable section (when not on a fieldset) */
	padding-right: 3px;
}
form .duplicateLink {					/* Add Link (generated by the Repeat Behavior) */
	text-align: right;
	display: block;
}
form .removeLink {						/* Remove link (generated by the Repeat Behavior) */
	text-align: right;
	display: block;
}
form td .duplicateLink, form td .removeLink {}

/* Switch Behavior Classes */
form .onstate-a,  form .onstate-b, form .onstate-c,  form .onstate-d,
form .onstate-e,  form .onstate-f, form .onstate-g,  form .onstate-h, 
form .onstate-i,  form .onstate-j, form .onstate-k,  form .onstate-l, 
form .onstate-m,  form .onstate-n, form .onstate-o,  form .onstate-p, 
form .onstate-q,  form .onstate-r, form .onstate-s,  form .onstate-t,
form .onstate-u,  form .onstate-v, form .onstate-w,  form .onstate-x,  
form .onstate-y,  form .onstate-z, form .onstate-aa, form .onstate-ab,
form .onstate-ac, form .onstate-ad,form .onstate-ae, form .onstate-af,
form .onstate-ag, form .onstate-ah,form .onstate-ai, form .onstate-aj,
form .onstate-ak, form .onstate-al,form .onstate-am, form .onstate-an,
form .onstate-ao, form .onstate-ap,form .onstate-aq, form .onstate-ar,
form .onstate-as, form .onstate-at,form .onstate-au, form .onstate-av,
form .onstate-aw, form .onstate-ax,form .onstate-ay, form .onstate-az,
form .onstate-ba, form .onstate-bb,form .onstate-bc, form .onstate-bd,
form .onstate-be, form .onstate-bf,form .onstate-bg, form .onstate-bh,
form .onstate-bi, form .onstate-bj,form .onstate-bk, form .onstate-bl {
	display: block !important;
}
/* offstate classes for the Switch Behavior are in wforms-jsonly.css */

/* Buttons */
form .actions {
	margin: 20px 0 10px 0;	
}
form .actions .primaryAction {
	padding: 4px 15px;	
}
form .actions .secondaryAction {
	padding: 4px 15px;	
}
form .actions .secondaryAction:hover {
}
form .wfPagingButtons .wfPagePreviousButton {
	padding: 4px 15px;
	margin-right: 15px;	
}
form .wfPagingButtons .wfPageNextButton {
	padding: 4px 15px;
}

/* IE6 BUG FIXES ==================================================================== */
form {
	height:expression('1%'); 
}
form fieldset {
	/* Fixes IE problem with fieldset+legend boundaries */
/*	
	position:expression('relative'); 
	margin-top:expression('1em');
	padding-top:expression('1.5em');
*/
}
form fieldset legend {
	/* Fixes IE problem with fieldset+legend boundaries */
/*	
	position: expression('absolute'); 
	top: expression('-.5em'); 
	left:expression('.5em');
*/
}
#code {
	float: right;
	width: 30em;
	
}

