/*[ Copyright 2005 Sean Colombo and Motive Force LLC]*/
/*[ Fixes for IE.  Uses hack-format.  If this collides with IE-7, switch to normal code-style and only include when needed. ]*/


* html #headerBar h1{
	margin-top: -4px;
}

* html div.box_left1{
	background: transparent url(./tall_white.gif) no-repeat top left;
}

* html h3{
	/* Prevents the h3 from pushing content down when it is visible */
	margin-bottom: -50px;
}
* html div.errDiv{
	/* This becomes noticable when there is an error message.  Without this here, there is a huge gap between error mesage and content. */
	float:left;
	display:inline;
	position:relative;
	height:0px;
}
* html div.boxWrapper{}

* html div.box_right1, * html div.box_right2{
	padding: 5px 5px;
	/*margin-bottom: 31px;*/ /* They got squished more???*/
	margin-bottom: 47px;
	/* Needed for both the .gif, and for 'fixed' to handle auto-scroll */
	background: transparent url(./small_black.gif) no-repeat fixed top left;
}
