button {
	font-family: Consolas;
	vertical-align: 2px;
}

td.pw {
	white-space: nowrap;
	padding-right: 24pt;
}

.status {
	font-family: Consolas, courier;
	background-color: #ccc;
	color: #fff;
	text-align: right;
	font-size: 8pt;
	width: 100%;
	padding: 5pt;
	border: 1px solid #aaa;
	border-radius: 2pt;
}

.vault {
	/*border: 1px solid #ccc;*/
	width: 100%;
}

.vault td {
	white-space: nowrap;
	vertical-align: baseline;
	border-bottom: 1px solid #eee;
}

.vault span, .vault input {
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
}

.vault td.id {
	font-size: 5pt;
	font-family: Consolas, courier;
}

.label {
	width: 20%;
	padding: 0 5pt;
}

.content {
	width: 80%;
	padding: 0 5pt;
}

.label input, .content input {
	width: 100%;
}

.error {
	color: #e00;
}

.info {
	color: #4c1;
}

#header {
	margin-bottom: 12pt;
}

#console_wrapper {
	visibility: hidden;
	display: block;
	position: absolute;
	border: 1px solid #333;
	background: #333;
	height: 256pt;
	font-family: Consolas, courier;
	font-size: 8pt;
	overflow-y: scroll;
	color: #ddd;
}

ul#console {
	list-style: none;
	margin: 0;
	padding: 5pt;
	margin-left: 1em;
}

ul#console li:before {
	content: '>';
	margin-right: 4pt;
	margin-left: -1em;
}
	
	
