/*Widget Pop Up Card*/ #mstamvan { z-index: 1000; position: fixed !important; top: 100px; left: 50%; width: 700px; margin-left: -350px; } #belakang { left: 0px; background: #000 none repeat scroll 0% 0%; opacity: 0.6; position: fixed; z-index: -1; top: 0px; height: 100%; width: 100%; } .tulisan { font-size: 20px; background: #FFF none repeat scroll 0% 0%; border-radius: 50%; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.14); cursor: pointer; display: inline-block; padding: 2px 9px; text-align: center; font-family: arial,sans-serif; position: absolute; top: -15px; right: -20px; collor:#344; return:false; } .isinya { border-radius: 3px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); width: 700px; height: 400px; border: 4px solid #FFF; } }