/* CSS Document */
#trigger {
	text-align:center;
}
#trigger{ float:left; }

/* Style you custom popupbox according to your requirement */
.popupbox {
	width:320px;


	display: none; /* Hidden as default */
	float: left;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/**/
}

.popupbox form{  -webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000; }
.popupbox form input{ border:0px; height:50px; line-height:50px; background:none; color:#fff;}


#fade { 
	display: none; /* Hidden as default */
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
#intabdiv {
	text-align:center;
}
#close img {
	text-decoration:none;
}
#close {
	width:50px;
	height:50px;
	position: absolute;
	float:right;
}

@media screen and (max-width:1050px)
{


#trigger{ display:none;}



}




