/* FormAssembly.com  
 * Stylesheet for a FormAssembly.com hosted form 
 */

/* Main Layout */
.wFormContainer {
	/* Test first
	width: 780px;
	margin: 0 auto;
	*/
}
/* Save & Resume dialog */
.saveAndResume {
	text-align:right;
	font-size: small;
}
.saveAndResume fieldset {
	text-align:left;
}
.saveAndResume .preField {
	width: 9em !important;
	min-width: 9em  !important;
}
.saveAndResume #tfa_resumeEmail {
	width: 195px;
}
.saveAndResume #tfa_resumePassword {
	width: 195px;
}
.saveAndResume .actions #tfa_resumeLater.wfHideSubmit {
	display: inline !important;
}
.onstate-resumelater { display: block }

/* Captcha Dialog */
.wForm .captcha .oneField { 
 	width: 250px; 
 	float: left !important;
}
.wForm .captcha .oneField .preField {
	display:inline !important; 
}
.wForm .captcha img {
	border:1px solid #ccc; 
	margin-bottom: 10px;
}
.wForm .captcha input {
	width: 108px;
}
.wForm .captcha .captchaHelp {

}

/* Generic FA Error Messages */
.errorMessage {
	color:red;
	background-color:white;
	padding:5px;
	border:1px solid #F77;
	font-family:sans-serif;
}
/* Support Link */
.supportInfo {
	font-family: sans-serif;
	font-size: small;
}
/* Misc. */
#cakeSqlLog { display: none; }	
