/* Formular
------------*/

	#user_registration {
		text-align: left;
	}

	#user_registration label {
		display: block;
		width: 160px;
		float: left;
	}

	#user_registration input,
	#user_registration select.land {
		width: 220px;
	}

	#user_registration input.submit {
		width: auto;
	}

	#user_registration h2 {  /* Sectionueberschrift */
		margin: 5px 0 10px 0;
	}

	.spacer {
		clear: both;
		height: 15px;
	}

	.hp { /* Honeypot SPAM-Schutz */
		display: none;
	}

/* Fehlermeldung
-----------------*/

	.errors {
		color: #DE5619;
		border: 1px solid #DE5619;
		padding: 10px;
		margin-bottom: 20px;
	}

	.error {
		background: none;
	}
	
	.inaktiv {
		background-color: #e5e5e5 !important;
	}

/* Success */

.status.success {
    color: #155724;
    border: 1px solid #155724;
    background-color: #d4edda;
}