@charset "utf-8";
/* CSS Document */


.black_overlayevtadd{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 3000px;
	background-color: white;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=50);
}

.white_contentevtadd {
	display: none;
	position:absolute;
	top: 60%;
	left: 30%;
	width: 360px;
	height:35px;
	border: 0px solid gray;
	z-index:1002;
	overflow: hidden;
}

