/* FormAssembly.com  
 * Stylesheet for a FormAssembly.com hosted form 
 */

/* Main Layout (Feb.15th 2009 - Resized form + grey background */
.default				{ margin:0; padding:0;  }
.default		
	.wFormContainer 	{ width: 770px; margin: 20px auto;  }
.default
	.wFormTitle			{ }

/* 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 }


.previewWarning			{ padding: 5px; margin-bottom: 40px; background-color:#FFF; color: #FF4040; font-family: sans-serif; font-size: 1.2em; border-bottom: 2px solid #D88; font-weight: strong; text-align: center; }
/* Generic FA Error Messages */
.errorMessage 			{ color:red; background-color:white; padding:5px; border:1px solid #F77; font-family:sans-serif; }

/* Support Link */
.supportInfo 			{ }


/* Thank you & Help messages */
.wFormThankYou  		{ min-height: 150px; }
.wFormHelp  			{ min-height: 150px; }

/* Misc. */
#cakeSqlLog 			{ display: none; }	
