
/* -------------------------------------- 彈跳視窗 --------------------------------------------*/

#iframedetail {
	position:fixed;
	width:100%;
	height:100%;
	z-index:10000000;
	left: 0;
	top: 0;
	background:#000;
	display: table;
	text-align: center;
	vertical-align: middle;
	background:rgba(0,0,0,0.6);
	background: transparent\9;
	zoom:1\8; /* required for the filters */
	-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)"; /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */	
}

.iframedetailcell {	
	height: 480px;
	width: 800px;
	position: relative;
	vertical-align: middle;
	display: table-cell;
	z-index: 10000001;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#iframedetail iframe {
	background:#fff;
	margin: 50px 0 0 0;
	padding: 0;
	vertical-align: middle;
}
#iframedetail .closebox {
	width: 748px;	
	margin: 0 auto;
	padding: 10px 0;
	background:#f0f0f0;
	text-align:center;
}
#iframedetail .closebox a {
	background: url(../images/pic/close.png) no-repeat left center;
	padding: 5px 0 5px 36px;
	font-weight:bold;
	font-size: 15px;
	color: #C00;
	cursor:pointer;	
}
#iframedetail .closebox2 {
	width: 622px;	
}
