* html #nav li a 
{
	padding: 1px 8px 11px 4px;
}

* html .propertyFrontDoor
{
	height:380px;
}

* html .contactForm select.choose 
{
	width:24.6em;
}

* html .contactForm select.choosemonth 
{
	width:112px;
}

* html #modalBackground, #modalIframe
{    
	position: absolute;
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
    width: expression(document.documentElement.clientWidth + "px");
    height: expression(document.documentElement.clientHeight + "px");
}
 
* html #modalIframe
{
	filter: alpha(opacity=0);
	z-index: 8;
}
 
* html #modalWindow
{
	position: absolute;
    left: expression(ignoreMe = document.documentElement.scrollLeft + "px");
    top: expression(ignoreMe = document.documentElement.scrollTop + "px");
}

