/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url('Images/white.png');
	
	/* dimensions after the growing animation finishes  */
	width:250px;
	height:150px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
}
div.overlay-line{
	padding:0px;
	width:50%;
	height:15px;
	color:#000;
	float:left;
}
div.overlay-line-full{
	padding:0px;
	padding-right:20px;
	width:120px;
	height:15px;
	color:#000;
}
div.clearer{
	clear: both;
	height: 1px;
}
/* default close button positioned on upper right corner */
div.overlay div.close {
	background-image:url('Images/close.png');
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:35px;
	width:35px;
}
td.label {
	width:120px;
	color:#809198;
}

div.tip {
	outline:1px solid #999;
	border:2px solid #fff;
	background-color:#f0f1f2;
	margin:10px 0 15px 0;
	padding:10px;
	/* outline radius */
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;	
}


div.tip {
	color:#000000;
	font-size: 10px;
	text-align: center;
	background:url(Images/bg.gif) ;
}

div.tip {
	width:180px;		
	display:none;
	position:absolute;
	z-index:2;
}


div.tip h3 {
	color:#dee7ec;	
}

