body {
	background-color: #ffcccc;
}

body.outer {
	background: #ffcccc url('images/mijter.gif') no-repeat fixed top left;
}

iframe.full {
	width: 80%;
	min-width: 600px;
	height: 100%;
	border: 0px;
	position: fixed;
	left: 200px;
}

div.container {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	display: table;
}

div.vbox {
	vertical-align: middle;
	display: table-cell;
}

div.hbox {
	width: 50%;
	margin: auto;
}

.centered {
	width: 100%;
	margin: auto;
	text-align: center;
}

tr.err {
	background-color: #ff9999;
}

div.desires {
	position: relative;
	left: 50px;
	width: 70%;
	margin: 10px;
	padding: 5px;
	border: 1px solid black;
}
