/* CSS Document */
/* NewLoginBox Loginbox */
/* ? by Michael Hertel 24.02.2008 */

.tx-newloginbox-pi1 table {
	border: none;
	width:100%;
}

.tx-newloginbox-pi1 th {
	background:#D7E5EB;
	padding: 2px 0px 0px 0px;
	text-align:left;
	white-space:nowrap;
	width:100px;
}

.tx-newloginbox-pi1 td {
	background:#D7E5EB;
	padding:0px 3px;
}

.tx-newloginbox-pi1 input {
	width:200px;
}

.tx-newloginbox-pi1 input.button {
	width:150px;
}

.tx-newloginbox-pi1 label {
  float:left;
  clear:both;
  display:block;
  width:100px;
}