/* CSS Document */
#trigger {
	
}

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:800px;
	background:#fff url(../images/pop-header-bg.jpg) right top no-repeat;

	display: none; /* Hidden as default */

	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
}
.popupbox2 {
	width:454px;
	height:307px;
	background-image:url(images/pu_03.png);
	background-repeat:no-repeat;
	display: none; 
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 10px 10px 20px #000;
	
}
.popupbox3 {
	width:502px;
	height:302px;
	
	
	display: none;
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	background:#fff;
}
#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	filter:alpha(opacity=80);
	z-index: 9999;
}
#intabdiv {
	text-align:left;  height:auto; font-family:Arial, Helvetica, sans-serif;
}
#intabdiv .content{ overflow:auto; height:550px;}
#intabdiv h1{ padding:10px 0; display:block; text-align:center; font-size:15px; color:#232323; font-weight:bold; }
#intabdiv p{ color:#666666; font-size:11px; display:block; padding:0 15px 10px 15px;}

#close img {
	text-decoration:none;
}
.buttonDiv{ clear:both; padding:10px 0 15px 15px; text-align:center;}
#close {
background:#406486;
border:1px solid #5F87AE;
width:100px;
color:#FFFFFF;
padding:2px;
cursor:pointer;

}

