#im_lightbox {
	display:none;
}
#im_lightbox_coverpage {
    background-color: #000000;
    bottom: 0;
    left: 0;
    opacity: 0.6;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99998;
}
#im_lightbox_container {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid black;
    font-size: 18px;
    height: 400px;
    left: 50%;
    margin-left: -300px;
    margin-top: -200px;
    opacity: 1 !important;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 600px;
    z-index: 99999;
    -webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
#im_lightbox_close {
	position: absolute;
	top: 20px;
	right: 20px;
}