/*
** Version   : 0.1.5
** Datei     : newloginbox.css
** Desc      : Stylesheet fuer New Login Box - Abgestimmt auf newloginbox_small.tmpl
** LayoutKey : newloginbox_def
** Changes   : 07.08.07 - pf - Label Benutzername und Passwort angepasst.
**             01.07.08 - eb - create file version
*/

/* NEWLOGINBOX_SMALL */
.newloginbox_col .newloginbox_small { /* Zeile */
	clear:both;
	height:20px;
}
.newloginbox_col .newloginbox_small input { /* Zelle : Eingabefeld */
}
.newloginbox_col label {
	float:left;
	width:90px;
	font-size:0.8em;
}
.newloginbox_col input {
	float:right;
	width:70px;
	font-size:0.8em;
}
.newloginbox_col input.st3-button {
	width:72px;
	height:1.7em; /* buttons border is added inside its height, so width, height += 2px */
}

/* obsolete */
.tx-newloginbox-pi1 {height: 1%;} /* Abstand oben */
.newloginbox_col {}
.newloginbox_col h3 {} /* Ueberschrift */
.newloginbox_col form {} /* Formular */
.newloginbox_col p {} /* Status */
.newloginbox_col .newloginbox_small label {} /* Zelle : Label */

.newloginbox_col .newloginbox_small label.newloginbox_username { /* Label : Benutzername */
	margin-right:0px;
	margin-left:0px;
}
.newloginbox_col .newloginbox_small label.newloginbox_passwd { /* Label : Passwort */
	margin-right:0px;
	margin-left:0px;
}
.newloginbox_col .newloginbox_small input:focus {}
.tx-newloginbox-pi1 .newloginbox_small input.login {} /* Anmelden Button */

/* NEWLOGINBOX_SMALL > LOGOUT */
.tx-newloginbox-pi1 p { /* Status */
	font-size:0.8em;
}
.tx-newloginbox-pi1 .newloginbox_small .newloginbox_small_user { /* Label : Benutzername */
	font-size:0.8em;
	display:inline;
}
.tx-newloginbox-pi1 .newloginbox_small .newloginbox_small_name { /* Benutzername */
	font-size:0.8em;
	font-weight:bold;
	display:inline;
}

/* NEWLOGINBOX > LOGIN */
.tx-newloginbox-pi1 table.loginform td {
	padding:2px;
}
.tx-newloginbox-pi1 table.loginform th {
	text-align:right;
}
