img { 	border:0; }
div#callme_head { position:relative; height:160px; }
div#success_head { position:relative; height:210px; }
div#callme_blurb { width:250px;}
div#connect_blurb { width:250px; float:right; text-align:center; font-size:18pt; color:#2965AB;}
div#success_blurb { width:250px; float:right; font-size:11pt;}

h1 {font-size:14pt; font-color:red; text-align:center; margin:0; }

div#callme, div#catchtheprospect, div#virtualshopassistant{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 300px;
      height: 450px;
      margin:-250px -320px;
     opacity: 0;
     -moz-opacity: 0;
     -khtml-opacity: 0;
     filter: alpha(opacity=0);
     visibility:hidden;
}

#callmeclose {
	position:relative;
        width:50px;
        height:50px;
        left:145px;
	top:336px;
        float:left;
	visibility: inherit;
	z-index: 99;
}

#callmeiframe {
        width:300px; height:450px; }

iframe.cc_iframe {
        margin:0;           
        width:300px; height:450px;
        overflow:auto;
        }