/* 
Diese Feldformatierungen darf Netscape 4.x nicht sehen, daher dieses Styleshield wie folgt einbinden:
<link rel="stylesheet" href="/data/fieldstyles.css" type="text/css" media="all">

Erlaeuterung: Netscape 4.x kennt nur media="screen"...
 */

/* Eingabefeld lang */
.lang{
	border-left-color : #6a7070;
	border-top-color : #6a7070;
	border-right-color : #00a0a1;
	border-bottom-color : #00a0a1;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	width : 280 px;
}

/* Eingabefeld kurz */
.kurz{
	border-left-color : #6a7070;
	border-top-color : #6a7070;
	border-right-color : #00a0a1;
	border-bottom-color : #00a0a1;
	border-bottom-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-top-width : 1px;
	width : 200 px;
}