﻿.popup {
	width: 360px;
	display: none;
	position: absolute;
	/*
	top:0px !important;
	left:-15px !important;	
	margin-top: 230px;
	margin-right: auto !important;
	margin-left: auto !important;
    */
    min-height: 190px;
	
    top: 40%;
    left: 50%;
	margin-top: -80px;
	margin-left: -155px;
    
    
	z-index:900;
	border: 3px solid #113251; /*#83add5;*/
	
	outline: none;
	overflow: visible;
	padding: 4px;	
	background-color: white;
    color: Black;
}



/* the opaque layer */
#glass {
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	height: auto;
	width: auto;
	overflow: hidden;
	padding: 0;
	margin: 0;
	z-index: 99;
	/*background: -moz-linear-gradient(#000, #000033 1%, #fff) !important;*/
	background: #32597D;
	filter: alpha(opacity=80);
	opacity: .80;
	-khtml-opacity: .80;
	-moz-opacity: .80;
	
	width: 100%;
	height: 100%;
}




