@charset "utf-8";
/* CSS Document */
.screen_popup {
	position:absolute;
	z-index:1002;
	width:764px;
	display:none;}
.screen_popup_top, .screen_popup_bottom  {
	background-image: url(../i/popup.png);
	background-repeat:no-repeat;
	width:764px;
	height:63px;}
.screen_popup_bottom {
	background-position: 0 -81px;
	height:45px;}
.screen_popup_title{
	line-height:32px;
	font-size:24px;
	float:left;
	margin:27px 0 0 50px;}
.screen_popup_name{
	line-height:32px;
	font-size:24px;
	float:left;
	margin-left:50px;}
.screen_popup_body {
	background:url(../i/bg_popup.png) repeat-y;
	width:764px;
	text-align:center;}
.screen_popup_close {
	background:url(../i/close.png) no-repeat;
	float: right;
	margin:35px 40px 0 0;
	width:22px;
	height:22px;
	cursor:pointer;}
.body_table{
	border: 0pt; 
	border-collapse: 0pt;
	border-spacing: 0pt;
	margin:0 auto;
	}
#bg_screenshot{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	position :absolute;
	z-index:1001;
	background-color:#FFF;
	top:0;
	left:0;
}
.opacityPopup {
	position:relative;
	width: 764px;
	margin:0px auto;
	position:relative;
}


#bg_screenshot_popup{
	position :absolute;
	z-index :1002;
	top :0;
	left:0;
}


