body {
	width: expression(document.documentElement.clientWidth < 965 ? "965px" : "auto");
}
.optionsDivVisible p {
   background-image: expression( (this===this.parentNode.childNodes[0]) ? "url(images/select-top-bg.gif)" : "auto"); 
   background-repeat: expression( (this===this.parentNode.childNodes[0]) ? "no-repeat" : "auto"); 

}
h1 a {
	background:none; 
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/.png', sizingmethod='crop'); 
}

.popup .top-shadow {
	background:none; 
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/popup-top-shadow.png', sizingmethod='crop'); 
}
.popup .bottom-shadow {
	background:none; 
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/popup-bottom-shadow.png', sizingmethod='crop');
  
}
.popup .text {
	background:none; 
	filter: progid:dximagetransform.microsoft.alphaimageloader(src='images/popup-bg.png', sizingmethod='scale'); 
}

