/* default styles for extension "tx_news" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-news table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-news table th {
		font-weight:bold;
	}

	.tx-news table td {
		vertical-align:top;
	}
/* default styles for extension "tx_courses" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-courses table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-courses table th {
		font-weight:bold;
	}

	.tx-courses table td {
		vertical-align:top;
	}
/* default styles for extension "tx_coursesaa" */
	textarea.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	input.f3-form-error {
		background-color:#FF9F9F;
		border: 1px #FF0000 solid;
	}

	.tx-coursesaa table {
		border-collapse:separate;
		border-spacing:10px;
	}

	.tx-coursesaa table th {
		font-weight:bold;
	}

	.tx-coursesaa table td {
		vertical-align:top;
	}