	
	#filter
	{
		display: none;
		position: absolute;
		top: 0%;
		left: 0%;
		width: 100%;
		height: 100%;
		background-color: #000;
		z-index: 9001; /*ooveeerrrr nine thoussaaaannnd*/
		
		filter:alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	
	#box 
	{
		display: none;
		position: absolute;
		top: 22%;
		left: 32%;
		right: 63%;
		width: 600px;
		height: 360px;
		padding: 10px;
		margin:0;
		border: 1px solid #3B5998;
		background-color: #eeeeee;
		z-index: 9002; /*ooveeerrrr nine thoussaaaannnd*/
		overflow: none;
	}