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

/* Main Layout (Feb.15th 2009 - Resized form + grey background */
.default				{ margin:0; padding:0; background-color: #FFF; }
.default		
	.wFormContainer 	{ width: 770px; margin: 20px auto; padding: 5px; }
.default
	.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; }
.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:bold;
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: x-small; line-height:0px;}

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




.wForm form {
 padding:10px 0;	
}
.wForm fieldset {
 border:1px solid #ccc;	
}
