﻿#lay1{
	position: absolute;
	width:100%; 
	background-color:#000000;
	z-index: 999; left:0px;
	top:0px;
	filter:alpha(opacity=20)
}
#lay2{
	text-align:center;
	position:absolute;
	width:100%;
	z-index:9999;
	left:0px;
	top:0px;
}
#lay3{
	background-color:#fcf8fe;
	top:200px;
	position:relative;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, color=#808080);*/
	border:1px #f2defa solid;
}
#lay4{
	width:220px;
	text-align:center;
}
.lay1{
	position: absolute;
	width:100%; 
	background-color:#000000;
	z-index: 999; left:0px;
	top:0px;
	filter:alpha(opacity=20)
}
.lay2{
	text-align:center;
	position:absolute;
	width:100%;
	z-index:9999;
	left:0px;
	top:0px;
}
.lay3{
	background-color:#fcf8fe;
	top:200px;
	position:relative;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(Strength=5, Direction=135, color=#808080);*/
	border:1px #f2defa solid;
}
.lay4{
	min-width:220px;
	text-align:center;
}