.wow-modal-overlay{
	top: 0; 
	 right: 0; 
	 bottom: 0; 
	 left: 0; 
	 z-index: 99999; 
	 background-color: rgba(0, 0, 0, 0.7); 
	 position: fixed; 
	 cursor: default; 
	 display: none; 
	 width: 100%; 
	 height: 100%; 
	 overflow: auto;
}
.wow-modal-overclose{
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; 
	z-index: 99999; 
	cursor: default;		
	width: 100%; 
	height: 100%;
}

.wow-modal-window{
	padding:10px; 
	border: 0px solid #000000; 
	z-index:99999; 
	pos