/*Interactive Handset style*/
div#iFrameHolder{
background: transparent url(/vm/media/images/howdoi/popupbg.png) no-repeat;
position: absolute;
height: 663px;
width: 788px;
margin: 0 0 0 -11px;
padding: 8px 0 0 17px;
z-index: 100;
border: 0;
}
/*IE alternative*/
* html div#iFrameHolder{
background-image: none;
background-color: #aaa;
height: 636px;
width: 761px;
margin: 10px 0 0 -8px;
padding: 0;
border: 10px solid #aaa;
}
#interactiveHandsetPopup{
margin: 12px 0 0 2px;
}
/*IE alternative*/
* html #interactiveHandsetPopup{
margin: 3px 0 0 3px;
}
div#closeThisiFrame{
background: transparent url(/vm/media/images/howdoi/closepopup.png) no-repeat; 
position: absolute;
height: 42px;
width: 42px;
top: -7px;
left: -7px;
cursor: pointer;
}
/*IE png alternative*/
* html div#closeThisiFrame{
background: transparent url(/vm/media/images/howdoi/closepopup.gif) no-repeat;
top: -7px;
left: -7px;
}
