div#ibox_wrapper{ width:640px;}
#ibox_wrapper{
line-height:25px;
width:537px;
background: url('images/lightbox_topcbg.gif') left top no-repeat;
/*border: 16px solid orange;*/
position:relative;
}
#ibox_wrapper,#ibox_footer_wrapper a
{
}
#ibox_content{
	font-size:12px;
	border:0;
	width:525px;
	background-color:none;
	background: url('images/lightbox_midbg.gif') left top repeat-y;
/*margin:10px 10px 80px 10px;*/
}
#ibox_footer_wrapper{
	line-height:25px;
	bottom:-15px;
	left:0px;
	top:auto;
	padding:0px;
	height:28px;
	background: url('images/lightbox_bottomcbg.gif') left top repeat-y;
}
#ibox_footer_wrapper a{
	text-indent:-100000px;
	border:0;
	background:#fff url('images/closelabel.gif') center center no-repeat;
	width:66px;
	position:abosolute;
	padding:0;
	height:22px;
	line-height:22px;
	
	
	/*position:absolute;
	margin-left:20px;
	left:-100000px;*/
}
#ibox_footer_wrapper a:hover{
background-color:#fff;
}
#ibox_loading{
text-indent:-100000px;
width:200px;
height:200px;
background:#fff url('images/loading.gif') center center no-repeat;
}


/*Added by param*/
#ibox_wrapper{ border:0px;}
#ibox_content {
	margin:28px 0 0px 0px;
	padding:2px 20px 0;
	z-index:1000002;
}
.closeButton a{
	background:#fff url('images/closelabel.gif') center center no-repeat;
	width:66px;
	position:absolute;
	display:block;
	top:7px;
	right:30px;
}
.closeButton a:hover{
	text-decoration:none;
}
#ibox_footer_wrapper {
	
	overflow:hidden;
	position:none;
	right:5px;
	text-align:left;
	
	white-space:nowrap;
}