/* 

	IE specific styles - contains zoom fixes and other IE related depreciated properties
	
*/

div, 
ul, 
li, 
dl, 
dt, 
dd {
	zoom:1;
}

.modal_overlay {
	filter:alpha(opacity=40);
}

.ui-widget-overlay {
	filter:alpha(opacity=50);
}