@import 'fonts.css';

#popuplayerbig, #popuplayerbignc {
	width: 100%;
	height: 100%;
	background: url('/media/layer_bg_gray_144.png');
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	z-index:1000;
}

#popup2middlepoint, #popup3middlepoint {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

#popup2, #popup3 {
	position: relative;
	margin: auto;
	top: 5%;
	left: 0%;
	width: 90%;
	height: 90%;
	min-height: 250px;
	background-color: #fff;
	border: 8px solid #1e6ba4;
	border-radius: 2px;
	box-shadow: 0px 0px 30px #888;
}

#popup2header, #popup3header {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 32px;
	background-color: #1e6ba4;
	text-align: right;
}

#popup2container, #popup3container {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: auto;
}

#popup2content, #popup3content {
	box-sizing: border-box;
	padding: 20px;
	position: relative;
	width: 100%;
	text-align: left;

	font-family: 'Open Sans', sans-serif;
	color: #333;
	font-size: 18px;
	font-weight: 300;
}

#popup2content p, #popup3content p {
	margin: 0px 8px;
	padding: 0;
}

#popup2headerclose {
	display: inline;
	color: white;
	font-size: 26px;
	font-weight: 300;
	line-height: 18px;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
}

