﻿.frmHeader{
height: 128px; 
width:expression(
	(document.documentElement.clientWidth==0?document.body.offsetWidth:document.documentElement.clientWidth)
	<=1000?'1000px':'100%'
	);
width:100%!important; 
width:100px; 
min-width:1000px; 
display:block; 
clear:both;
}

