.showPnl {
	display: block;
	border:  #B083CD 2px solid; 
	background-image: url(/images/mail-bg.gif);
	background-position: center center;
	background-color: #EBDFF2; 
	background-repeat: no-repeat;
	padding: 50px 0 0 0; 
	vertical-align: middle; text-align: center;  
	position: absolute; 
	top: 400px; 
	left: 320px;
	width: 350px; 
	height: 170px
} 

.hidePnl {
	display: none;
}

