﻿.LayWin {
	width: 310px;
	height:200px;
	position: absolute;
	visibility: hidden;
	z-index:100;
}

div.topbar {
	-moz-box-sizing: border-box;
	width: 310px;
	height: 15px;
	clip: rect(0px,300px,15px,0px);
	position: absolute;
	top: 0px;
	left: 0px;
padding:3px;
	border-right-style: hidden;
	background-color: #999900;
	layer-background-color: #999900;
}

div.close {
	top: 0px;
	left: 305px;
	position: absolute;
	width: 15px;
	height:15px;
}

div.cont {
	-moz-box-sizing: border-box;
	width: 310px;
	height: 120px;
	position: absolute;
	top: 15px;
	left: 0px;

	border-top-style: hidden;
	background-color: #ffffcc;
	layer-background-color: #FFFFcc;
	padding: 5px;
	font-size:12px;
	line-height:150%;
	clip: rect(0px,310px,140px,0px);
}