/* Overlay Registration Pge */
#overlay_news {
	
	/* growing background image */
	displaye:none;
	background-image:url(http://assets.toptrips.com/wp-content/themes/toptrips/images/news_images/toptrips_tile_background.png);
	background-repeat: no-repeat;
	border:5px solid #116eb0;
	/* dimensions after the growing animation finishes  */
	width:550px;
	height:601px;		
	/* initially overlay is hidden */
	display:none;
	padding:0px;
	margin:0px;
	/* some padding to layout nested elements nicely  */


}
/* default close button positioned on upper right corner */
#overlay_news div.close_news {
	background-image:url(http://assets.toptrips.com/wp-content/themes/toptrips/images/news_images/close.png);
	position:absolute;
	right:10px;
	top:10px;
	cursor:pointer;
	height:35px;
	width:180px;
}
div#wrap {
	width:550px;
	margin:auto;
}
div#content_news {
	width:369px;
	height:434px;
	margin-top:60px;
	margin-left:90px;
	background:url(http://assets.toptrips.com/wp-content/themes/toptrips/images/news_images/toptrips_content_bg.jpg) no-repeat;
}
#form {
	padding-top:131px;
	margin-left:40px;
	padding-right:20px;
}
label {
	display:block;
	width:140px;
	font-weight:bold;
	padding-left:19px;
}
.input1 {
	width:278px;
	height:20px;
	border: 1px solid #d4d6d6;
	margin-top:10px;
	padding-left:3px;
	padding-top:5px;
	padding-right:3px;
	margin-bottom:10px;
}

.policy {
	color:#fff;
	font-size:10.5px;
	width:350px;
	display:block;
	text-align:center;
	margin:auto;
}
.policy a {
	color: #fff;
	text-decoration:none;
}
.btn-submit-dest {
	margin-left:50px;
	margin-top:10px;
}
