/* @override http://localhost:8888/nnz/web-content/_css/css_v1_003_form.css */


/* @group Formulare */

.form1 {
	background-color: #eee;
	border: 1px solid #ccc;
	width: 390px;
	padding: 10px 10px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	margin-bottom: 10px;
}

.form2 {
	width: 390px;
}

.form_zeile {
	width: 99%;
	clear: both;
}

.form_clear {
	clear: both;
}


.form_sp1 {
	font-size: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	margin: 0;
	float: left;
/*	border: 1px solid #eee; */
}

.form_help {
	float: right;
	position: relative;
}

a.form_help:link	{ border-bottom: none; text-decoration: none; } 
a.form_help:visited	{ border-bottom: none; text-decoration: none; } 
a.form_help:hover 	{ border-bottom: none; text-decoration: none; }

.form_error {
	color: #f00;
	font-size: 11px;	
	/* background: url(../images/achtung_k.gif) no-repeat; */
	background-color: #fdd;
    border: 1px solid #f44;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	margin-bottom: 4px;
	margin-top: 4px;
	padding: 2px 4px;
	margin-right: 20px;
}

.form0, .form0b, .form10, .form20, .form50, .form80, .form100 {
	font-size: 11px; 
	font-family: Verdana, Arial, Geneva, sans-serif;
	color: #000;
 }

.form0, .form10, .form20, .form50, .form80, .form100 {
	border: 1px solid #909090;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.form10		{ width: 30px; }
.form20		{ width: 60px; }
.form50		{ width: 165px; }
.form80		{ width: 230px; }
.form100	{ width: 345px; }

.box_rot {
	background-color: #f00;
}

/* @end */