#popup {
	height: 100%;
	width: 100%;
	background: #000000;
	position: fixed;
	bottom: 0;
	-moz-opacity:0.75;
	-khtml-opacity: 0.75;
	opacity: 0.75;
	filter:alpha(opacity=75);
	z-index:1001;
}
	
#window {
	width: 600px;
	height: 100px;
	margin: 0 auto;
	border: 1px solid #000000;
	background: #ffffff;
	position: fixed;
	bottom: 50%;
	left: 25%;
	z-index:1002;
}


#window #popup_content{
	padding:20px;
}

#window #popup_content a{
	text-decoration:none;
}

#popup_content_inner a{
	padding:5px 20px ;
	float:right;
}

#popup_content_inner a:hover{
	text-decoration:underline;
}

