/* 

	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);
}


.header .site-search input.input_type_text {
	margin-top:1px;
}