/* the overlayed element */
.register_overlay {
	/* must be initially hidden */

	/* place overlay on top of other elements */
	z-index:10000;
	/* styling */
	background-color:#f1f0df;
	width:675px;	
	min-height:400px;
	/* CSS3 styling for latest browsers */

}

#reg_popup_signup  {
	padding:9px 0px 10px 0px;
}
#reg_popup_signup a {
	font-size:16px;
	text-decoration:none !important;
	font-weight:bold;
	line-height:24px;
	color:#006da3;
	border-bottom:1px dotted #006da3;
}
/* close button positioned on upper right corner */
.register_overlay .close {
	background-image:url(../img/overlay/close.png);
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

	/* styling for elements inside overlay */
	.details {
		padding:20px;
		color:#000;
		border:10px solid #000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:12px;
		line-height:18px;
		text-align:left;
	}
	
	.pop_button {
	display:inline-block;
	cursor:pointer;
	font-weight:bold;
	padding:6px;
	width:120px;
	background-image:url(http://investmentinternational.com/templates/liquid/images/menu_bg.gif);
	background-repeat: repeat-x;
	color:#FFF;	
	text-align:center;	
	
	 -moz-border-radius: 3px;
     -webkit-border-radius: 3px;

	}
	
	.details h3 {
		color:#000;
		font-size:30px;
		font-weight:bold;
		margin:0px;
		padding:10px 0px 10px 0px;
	}