* {
	margin:0px;
	padding:0px;
}
#MB_overlay {
	position: absolute;
	margin: auto;
	top: 0;	left: 0;
	width: 100%; height: 100%;
	z-index: 9999;
	background-color: #000!important;
}
#MB_overlay[id] { position: fixed; }

#MB_window {
	position: absolute;
	top: 65px;
	border: 0 solid;
	text-align: left;
	z-index: 10000;
}
#MB_window[id] { position: fixed!important; }

#MB_frame {
	position: relative;
/*
  background:url(/images/manage/container_bg.gif) 0px 0px repeat-x;
  background-color: #ebebeb;
 */
 background-color:#ffffff;
	height: 100%;
}

#MB_header {
	margin: 0;
	padding: 0;
  font-size: 12px;
}

#MB_content {
	overflow: auto;
}

#MB_caption {
	font: bold 100% "Lucida Grande", Arial, sans-serif;
	text-shadow: #FFF 0 1px 0;
	padding: .4em 2em .4em .75em;
	text-align: left;
}

#MB_close {
	display: block;
	position: absolute;
	right: 15px; top: 8px;
	font-weight: bold;
	text-decoration: none;
	font-size: 0px;
	width:31px;
	height:31px;
	background:url('../img/popup/close_button.png') 0px 0px no-repeat;
	
}
#MB_loading {
	padding: 1.5em;
	text-indent: -10000px;
	background: transparent url('/images/spinner.gif') 50% 0 no-repeat;
}

/* Color scheme */
#MB_frame {
	padding-bottom: 7px;
  -webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
  border: 9px solid #484848;
}
#MB_window {
	background-color: #EFEFEF;
	color: #000;
	-webkit-box-shadow: 0 8px 64px #000; 
	-moz-box-shadow: 0 0 64px #000; 
	box-shadow: 0 0 64px #000;
	
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px;
	border-radius: 7px;
}
#MB_content { border:none; }
#MB_header {
background:#fff url('../img/popup/header_bg.png') 0px 0px no-repeat;  border-bottom: none;
}
#MB_caption { color: #FFF; font-weight: bold;letter-spacing: -1px;
	
	font-family:Helvetica, Arial, Sans-serif;font-size:21px;padding:13px 20px 7px 20px; }


/* Alert message */
.MB_alert {
	margin: 10px 0;
	text-align: center;
}
/* Custom for Fan Page */
img{
	display:block;
	border:none;
}
a{
	color:#390;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
#popup div.title {
	color:#333;
	letter-spacing: -1px;
	background:transparent url('../img/popup/header_bg.png') 0px 0px no-repeat;
	font-family:Helvetica, Arial, Sans-serif;
	height:auto;
	overflow:visible;
}
#popup div.title table {
	width:100%;
	border-collapse:collapse;
}
#popup div.title table th {
	font-size:21px;
	color:#fff;
	padding-left:20px;
	letter-spacing:-1px;
	font-weight:bold;
	text-align:left;
	vertical-align:middle;
	padding-top:5px;
}
#popup div.title table td {
	text-align:right;
	padding:12px 15px 7px 7px;
	vertical-align:middle;
}
#popup div.title table td a{
	float:right;
}
#popup div.popup_content {
	padding:10px;
	background-color:#fff;
}
#popup div.popup_content div.screenshot {
	float:left;
	width:513px;
	border-right:1px solid #ccc;
	padding-top:10px;
}
#popup div.popup_content div.sidebar {
	float:right;
	width:192px;
	color:#666;
	padding-right:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:18px;
	padding-top:10px;
	font-weight:bold;
}
#popup div.popup_content div.sidebar p {
	padding-top:0px;
	margin-bottom:10px;
}
#popup div.popup_content div.sidebar a {
	padding-top:0px;
	display:block;
	margin-bottom:10px;
}