.hide{display:none;}
.popup{
	position: fixed;
	top: 10%;
	left: 34.55%;
	z-index: 1050;
	width: 980px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	outline: 0;
}
.popup-header{
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
	line-height: 20px;
	font-size: 13px;
	color: #000;
}
.popup-header .close{margin-top: 2px;}
button.close{
	padding: 0;
	cursor: pointer;
	border: 0;
	-webkit-apearance: none;
}
.close{
	display: inline-block;
	width: 9px;
	height: 9px;
	background-image: url("images/remove-icon-small.png");
	background-repeat: no-repeat;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	opacity: .2;
	filter: alpha(opacity=20);
	vertical-align: middle;
	margin: 10px 10px 0 0;
}
.close:hover{opacity: .8;filter: alpha(opacity=80);}
.popup-header h3{
	font-weight: 300;
	margin: 0;
	line-height: 30px;
	font-size: 24.5px;
	font-family: inherit;
	color: inherit;
	text-rendering: optimizelegibility;
}
.popup-body{
	position: relative;
	padding: 15px;
	overflow-y: auto;
	color: #000;
	font-size: 13px;
	font-family: 'Open Sans';
	text-align: center;
	max-height: 460px;
	margin: 30px 6px 6px 6px;
	overflow-y: scroll;
	overflow-x: scroll;
}
.popup-backdrop{
	opacity: .7;
	filter: alpha(opacity=80);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
	color: #000;
	font-family: 'Open Sans';
	font-size: 13px;
	line-height: 20px;
}