
#liveperson {
display: none;
}

#headerimage {
	width: 760px;
	height: 80px;
	background: none;
	}
	
#logout {
	float: left;
	margin: 0 0 0 585px; /* 760 - ( width of [#logout a] + [width of #liveperson]) */
	display: inline; /* win ie double margin bug */
	}

#logout a {
	width: 82px;
	height: 43px;
	display: block;
	background: url(../image/logout.gif) no-repeat 0 0;
	}

#logout a.signin {
	width: 82px;
	height: 43px;
	margin-top: 40px;
	margin-left: 80px;
	display: block;
	background: url(../image/signin.gif) no-repeat 0 0;
	}

#logout a:hover {
	background-position: 0 -43px;
	}

#logout a span {
	display: none;
	}

	
/* upgrade.jsp */

#upgrade div.colpri,
#upgrade div.pri {
	display: none;
	}

#upgrade div.pri h3 {
	background: none;
	}

#upgrade div.colsec {
	display: none;
	}

#upgrade div.formbuttons {
	display: none;
	}
	
.errors div ul li {
	font-size: 10px;
	color: #000;
	}
	
#tutorials {
	position: absolute;
	margin-left: 0px;
	margin-left: 580px;
	margin-top: 0px;
	}
	
	
#helplink {
	width: 760px;
	background-color: #fff;
	}


#helplink a {
	float: right;
	margin-right: 20px;
	}

#helplink a span {
	display: none;
	}
	
#mealContent {
	background-color: #fff;
	margin-top: -3px;
	padding-top:40px;
	}


#messagecontent {
	background-color: #fff;

}

