@charset "utf-8";

#modal_wrapper	{	background: rgba(0, 0, 0, .6);	display: none;	height: 100%;	left: 0;	position: fixed;	top: 0;	width: 100%;	z-index: 90000;	}
#modal_content	{	background: rgba(0, 0, 0, .5);	bottom: 0;	border-radius: 4px;	display: none;	height: 90%;	left: 0;	margin: auto;	overflow: hidden;	position: fixed;	right: 0;	top: 0;	width: 90%;	z-index: 99999;	}
#modal_title	{	background: rgba(0, 0, 0, .2);	color: #fff;	overflow: hidden;	padding: 4px 4px 4px 8px;	width: auto;	}
#modal_title strong	{	background: none;	border: none;	color: #fff;	font-size: 14px;	font-style: normal;	font-weight: bold;	line-height: 22px;	margin: 0;	padding: 0;	}
#modal_nav	{	float: right;	overflow: hidden;	width: auto;	}
#modal_nav a	{	background: none;	border-radius: 4px;	color: #fff;	cursor: pointer;	display: inline-block;	font-size: 12px;	font-style: normal;	font-weight: bold;	line-height: 22px;	margin: 0;	overflow: hidden;	padding: 0 8px;	text-decoration: none;	user-select: none;	-moz-user-select: none;	-webkit-user-select: none;	-ms-user-select: none;	width: auto;	}
#modal_nav a:hover	{	background: #e66;	color: #fff;	}
#modal_close	{	float: right;	}
#modal	{	background: none;	border: none;	margin: 0;	padding: 0;	vertical-align: bottom;	}
iframe#modal	{	background: #fff;	}
