﻿#layer1, #layer2 {
	position: absolute;
	visibility: hidden;
	/*
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	*/
	background-color: #000000;
	border: 1px solid #ffffff;
	padding: 0px 0px 0px 0px;
	/*height: 200px;*/
}

#layer3 {
	position: absolute;
	visibility: hidden;
	/*
	width: 400px;
	height: 300px;
	left: 20px;
	top: 300px;
	*/
	background-color: #ffffff;
	border: 1px solid #ffffff;
	padding: 0px 0px 0px 0px;
	/*height: 200px;*/
}

#close, #close2 {
	background-color: #000000;
	color: #ffffff;
	float: right;
	font-weight: bold;
	text-align: right;
	padding: 0px;
}



