div.Window {
	background-color: {{$BORDER}};
	border-top: {{$BORDER_BRIGHT}} 1px solid;
	border-left: {{$BORDER_BRIGHT}} 1px solid;
	border-right: {{$BORDER_DARK}} 1px solid;
	border-bottom: {{$BORDER_DARK}} 1px solid;
	float: left;
	margin: 5em 0 0 5em;
    position: relative;
}

div.Window-body {
	background-color: {{$BACKGROUND}};
	border-top: {{$BORDER_DARK}} 1px solid;
	border-left: {{$BORDER_DARK}} 1px solid;
	border-right: {{$BORDER_BRIGHT}} 1px solid;
	border-bottom: {{$BORDER_BRIGHT}} 1px solid;
	margin: 0 2px 2px 2px;
	padding: 1em;
}

div.Window-title {
	padding: .1em .5em;
	color: {{$HIGHLIGHT}};
	background: {{$BORDER}} url('var/img/titlebar.png') center center repeat-x;
	cursor: default;
    font-weight: bold;
}

div.Window-title > IMG {
    padding-right: 1em;
}

div.Window-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	background-image: url('var/http/dim.png');
}
