.dialoglayerstyle{
	position:fixed;
	width:100%;
	height:100%;
	background-color:black;
	opacity:0.7;
	z-index:4999;
	display:none
}
.dialogstyle{
	position: fixed;
	left:25%;
	top:40%;
	z-index:5000;
	width: 50%;
	background:#e8e8e8;
	border:2px solid black;
	font-family:sans-serif;
	padding: 20px;
	display:none;
}