/* CSS Document */
#trigger {
	text-align:center;
}

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:350px;
	height:380px;
	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	-webkit-box-shadow: 0px 0px 10px #626262;
	-moz-box-shadow: 0px 0px 10px #626262;
	box-shadow: 0px 0px 10px #626262;
	background:#ffffff;
	padding:0px;
	border-radius:7px;
}
#fade { 
	display: none; /* Hidden as default */
	background: #dadada;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 9999;
}
#intabdiv {
	text-align:left;
	margin-left:0px;
	margin-top:0px;
	
}
#intabdiv h2{
/*font-family: arial;
	font-size:14px;
	font-weight:400;
	line-height:16px;
	color:#5B743D;*/
/*	background:url(../images/border_bottom_content.png) bottom left repeat-x;*/
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
}


#close img {
	text-decoration:none;
}
#close {
	width:30px;
	height:18px;
	position: absolute;
	float:right;
	right:0;
	top:10px;
	/*background:url(../images/close-btn.jpg) no-repeat right center;*/
}



	