/* default styles for extension "tx_fluidform" */
	.tx-fluid-form .ajax.sending {
		opacity: 0.6;
	}
	.tx-fluid-form #mathguard {
		border-radius: 0;
	}
	.tx-fluid-form pre {
		overflow: hidden;
		color: #1C3673;
		font-size: 4px;
		font-weight: bold;
		padding: 0;
		margin: 0;
		line-height: 0;
		border: 0 solid;
	}
	.tx-fluid-form pre span {
		background-color: #1C3673;
		padding: 0;
		margin: 0;
		display: inline-block;
		height: 4px;
		width: 4px;
		overflow: hidden;
	}
	.tx-fluid-form pre span.space {
		background-color: transparent;
		color: transparent;
		padding: 0;
		margin: 0;
	}
