
.welcome_img {
	border:0px;
}

/*============================  The CSS for popup ==================================*/
#blanket {
	background-color:#111;
	opacity: 0.75;
	filter:alpha(opacity=75);
	position:absolute;
	z-index: 9001;
	top:0px;
	left:0px;
	color:#333;
	width:100%;
}

* html #blanket {
margin:0 auto;
}

#popUpDiv {
	position:absolute;
	z-index: 9002;
	color:#333;
	background-color:#FFF;
	border: 4px solid #000;
	width:500px;
	height:400px;
	padding:10px;
	margin-top:100px;
}

#popUpDiv table td {
padding:20px 0 0 0;
}

#popUpDiv table .inputFields {
width:180px;
}


.popupTitle {
	font-size: 14px;
	font-weight:bold;
	border-bottom: 1px dotted #000;
	color:#000;
	padding-bottom: 4px;
}

#popUpInsight {
	position:absolute;
	z-index: 9002;
	color:#333;
	background-color:#FFF;
	border: 4px solid #000;
	width:500px;
	padding:10px;
	margin-top:100px;
	margin-left:0;
	margin-right:auto;
}

