/* the overlayed element */
div.overlay {
	
	/* growing background image */
	background-image:url(../images/blue.png);
	
	/* dimensions after the growing animation finishes  */
	width:600px;
	height:470px;		
	
	/* initially overlay is hidden */
	display:none;
	
	/* some padding to layout nested elements nicely  */
	padding:55px;
	 color: #FFFFFF;
 font-size: 13px;
}

/* 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;
}
 .initial{
 height: 30px;
 min-width: 150px;
 border-left: 1px #CACED2 solid;
 font-size: 12px;
 font-weight:bold;
 background-color: #FFFFFF;
 color: #3B6D98;
 text-align: center;
 padding: 7px 0px;
 }
.newslettertop
{
width:600px;
height:90px;
border-bottom: 1px #CACED2 solid;
}
#newslettermessage
{
width:600px;
height:40px;
border-bottom: 1px #CACED2 solid;
}
