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

/* Main Layout (test Feb.15th 2009 - Resized form + grey background */
.test					{ margin:0; padding:0; background-color: #FFF; background-image: url(/images/grey-textured-gradiant.jpg); background-repeat: repeat-x; }
.test		
	.wFormContainer 	{ width: 770px; margin: 20px auto; padding: 5px; }
.test
	.wFormTitle			{ margin: 8px 0 13px 0; font-size: 1.6em; font-family: sans-serif;}

/* Save & Resume dialog */
.saveAndResume 			{ text-align:right;	font-size: small; }
.saveAndResume 
	fieldset 			{ text-align:left; }
.saveAndResume 
	.preField 			{ width: 9em !important; min-width: 9em  !important; }
	.preFieldfb 			{
	width: 7em !important;
	min-width: 7em  !important;
	vertical-align: bottom;
	margin-bottom: 0px;
}
.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 			{ font-family: sans-serif; font-size: small; }

/* Misc. */
#cakeSqlLog 			{ display: none; }	

