@charset "UTF-8";
/* styles fuer User-formulare*/
fieldset
{
	border: 1px solid #b2b2b2;
	margin-bottom: 1ex;
	padding-left: 4px; 
	padding-right: 4px; 
	padding-bottom: 4px; 
}

label
{
	font-family: Geneva, Verdana, 'Lucida Grande', sans-serif;
	font-size: 90%;
	display: block;
	margin-bottom: 0;
	margin-top: 1ex;
	/*border: 1px solid red;*/
	line-height: 100%;
}

.fullwidth
{
	background-color: #FFF;
	width: 99%;
	border-width: 1px;
}
input, textarea { color: #000 !important; }

.alert { color: #FF0000 !important ; }


