@charset "UTF-8";
/* CSS Document */

.pop_wrapper {
	position:absolute;
	top:30px;
	left:10px;
	width:960px;
	height:750px;
	padding:0px 0px 0px 0px;
	text-align:center;
	z-index:10;
	cursor:  default;

}

.pop_knappar {
	height:50px;

}

.white {
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:5;
	background:#000000;

}

body {
	text-align:center;
	margin: 0 auto;
	text-decoration:none;
	height:100%;
}
