.leightbox.puConfirm,
.leightbox.puAlert {
	height: 100px;
	top:50%;
	margin-top: -50px;
}



/**************************************/
/*********** leightbox code ***********/
/**************************************/

#message img {
	float: left;
}

#message div#inner {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	font-size: small;
	font-weight: normal;
	color: black;
	width: 360px;
	height: 65px;
}

.leightbox {
	display: none;
	position: absolute;
	top: 150px;
	margin: 0 auto;
	width: 400px;
	left: 50%;
	margin-left: -218px;
	padding: 15px 15px 0 15px;
	text-align: left;
	z-index:1003;
	overflow: hidden;	
	background-color: #ffffff;
	border: 3px solid #9EB3BB;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color: #000;
	-moz-opacity: 0.5;
	opacity:.50;
	filter: alpha(opacity=50);
}

.lightbox[id] { /* IE6 and below Can't See This */
	position:fixed;
}

#overlay[id] { /* IE6 and below Can't See This */
	position:fixed;
}