#ibox_w {
position: absolute;
top: 0;
left: 0;
z-index:100;
width: 100%;
height: 100%;
background: #010101;
margin:0;
padding:0;
filter:alpha(opacity=5);
-moz-opacity: 0.5;
opacity: 0.5;
}

#ibox_progress {	
margin: 0;
padding: 0;
position: absolute;
z-index: 105;
}

#ibox_wrapper {
position: absolute;
top: 0;
left: 0;
z-index: 1000;	
border: 2px solid #620f56;
width: 700px !important;	
height: 500px;
background: #ce70b2;
color: black;	
margin: 0;
text-align: left;	
overflow: hidden;
}


#ibox_content {
background: #ce70b2;		
padding: 20px 40px;	
overflow: auto;
height: 415px;
}

#ibox_content p.info2,
#ibox_content p.info {
background: #c04e9b;
}

#ibox_content h3 {
position: absolute;
top: 10px;
left: 20px;
font-size: 150%;
z-index: 5000 !important;
}

#ibox_wrapper h4 {
color: white;
font-size: 120%;
}

#ibox_top {
width: 100%;
background: #44083c;
height: 45px;
position: relative;
}

#ibox_footer_wrapper {
width: 100%;
background: #44083c;
height: 45px;
position: relative;
display: none;
}

#ibox_close {
position: absolute;
top: 10px;
right: 15px;
}

#ibox_close_b {
position: absolute;
top: 10px;
right: 15px;
}

#ibox_footer_wrapper a:hover {
background: transparent;
}
