
div#callmeouter{
   position:absolute;
   top:0; left:0;
   width: 100%;
   height:0;
   background-color:#000;
     opacity: .6;
     -moz-opacity: .6;
     -khtml-opacity: .6;
     filter: alpha(opacity=60);
   z-index:98;
   }

div#callme{
     position:absolute;
     left: 250px;
     top: 50%; left:50%;
     margin: -160px -175px;
     padding:0;
     z-index:99;
}

div#callmeclose{
	position:absolute;
        left:250px;
	top:8px;
	visibility: inherit;
	z-index: 99;
}


#hpng { height:83px; width:300px; }

#spinner {
     position:fixed;
     left: 50%;
     top: 50%;
     margin: -100px;
}


iframe{
        width:300px; height:350px; overflow:hidden;
        }

div#callme, div#callmeouter {
  visibility:hidden;
 }

img#click2call { margin:0; }