/*
** Version  : 07.07.07 / 0.1.3
** Datei    : newloginbox.css
** Funktion : Stylesheet fuer New Login Box - Abgestimmt auf newloginbox_small.tmpl
** Changes  : 25.07.07 - sl - sehr vieles rausgel?t und geaendert, das jetzt globaler festgelegt wird
**            30.07.07 - pf - file clean up
**            07.08.07 - pf - Label Benutzername und Passwort angepasst.
*/

/* ----------------------------------------------------------
** 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 { /* 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;
}