table.password {
	width: 100%;
	table-layout: auto;
	border-spacing: 0;
	}
table.password th {
	text-align: right;
	white-space: nowrap;
	padding-right: 5px;
	}

table.password td {
	padding: 1px 0 0 0px;
	vertical-align: middle;
	}


table.password td:last-child {
  	width: 100%;
	}

table.password td input {
	background-color: white;
	border: 1px solid black;
	}

table.password td button {
	border-width: 0;
	padding: 0;
	margin-left: 2px;
	}

table.password .msg {
	padding-left: 10px;
	color: red;
	font-weight: bold;
	}

message.ok {
	color: green;
	font-weight: bold;
	}
