/* Mask for background, by default is not display */
#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

/* You can customize to your needs  */
.login-popup{
	background: #ffffff;
	padding: 5px; 	
	float: left;
	font-size: 1.2em;
	z-index: 99999;
	width:580px;
	min-height:210px;
	display:block;
}

img.btn_close { 	
	float: right; 
	margin: -21px -25px -3px -4px;
}
.process-status{
	float:left;
	width:98.2%;
	background-color:#f3ae00;
	color:#000000;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	margin-bottom:15px;
}
.thankyou{
	float:left;
	color:#000000;
	font-size:24px;
	padding:10px;
}
.greeting-text{
	float:left;
	width:94%;
	color:#505050;
	font-size:12px;
	line-height:20px;
	padding:0 20px 0 12px;
}