.window{
	position:absolute;
	visibility:hidden;
	border:4px lightseagreen outset;
	-moz-box-shadow: -10px 10px 15px rgba(0,0,0,0.6);
}
.window[type="0"]{
	background-color:orange;
}
.window[type="1"]{
	background-color:yellow;
}
.window[type="2"]{
	background-color:black;
	color:red;
}
.window[type="3"]{
	background-color:silver;
}
.window[type="4"]{
	background-color:orangered;
}
.window .menubar .right{
	float:right;
}
.window .menubar .title{
	float:left;
	font-weight:bold;
}
.window .content{
	clear:both;
	font-size:13px;
	padding:10px;
}
.window .menubar{
	background-color:gray;
	border:1px black solid;
	cursor:move;
}

#widthReference{    
	position: absolute;
	visibility: hidden;
	height: auto;
	width: auto;
}
