/*This file is for IE 6.0 version only*/
#activebar-container
{
	position: relative!important;
	width:100%!important;
	padding:0!important;
	margin:0!important;
}
#activebar-container .close
{
	background: url(../img/b_activebar_close.gif) no-repeat top left!important;
}

#wrap .container .header .text
{
	height: 23px;
	margin-top: 17px;
	background: url(../img/header_text.jpg) no-repeat bottom left;
}

/*inline menu fix*/
.inline li a
{	
	width: auto;	/*makes link width the same as parent li*/
}

/*fields with errors fix*/
.field input.error,
.field select.error,
.field textarea.error
{
	color:#000000;
}

/*thead and tfoot bg fix*/
table thead tr, table tfoot tr
{
	background: #ffffff;
}

/*fix of vertical spacing for inline errors*/
.field span.error
{
	margin-top: -0.15em;
}

/*fix of left margin for hint text*/
.field .hint 
{
	margin-left:0;
	padding-left:150px;
}
	
.field .checkbox input,
.button
{
	width:auto!important;
}