.popup_groovefx { 
    background-color:#fff;
    border-radius:15px;
    color:#000;
    display:none; 
    padding:10px;
    width:840px;
    height: 670px;
}


.bClose{
    cursor:pointer;
    position:absolute;
    right:10px;
    top:5px;
	font-size:15px;
	font-weight:bold;
}

#div_groo{background:#ffffff;}