/* buy now offer */
span.buy_now_offer {
	z-index: 50;	
	position: absolute;
	right: 54px;
	display: none;
	bottom:50px;
}

/* Styles for the popup on the index page */

#id_help_cont {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
}

#id_help_back {
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100px;
    background-color: black;
    filter: alpha(opacity=50);
    opacity:0.5;
}

#id_help_box
{
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    border: 1px solid black;
    background-color: white;
    position: relative;
    text-align: left;
    top: 20px;
}





