#dark {
    position:fixed;
    width:100%;
    height:100%;
    display:none;
    bottom:0px;
    left:0px;
    

}


#popup {
	position: fixed;
	/*width:400px; 
	height:350px;*/
	border:none;
	background-color:#EEEEEE;
	top:200px;
	left:200px;
	display:none;
	z-index:900;
}


.transparent {
	filter: alpha(opacity=50);
	border: solid 2px #000000;

}
