#sb-title {
	padding-right: 0px; /*clear #sb-nav-close by 4px*/
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 1;
	background-color: #fff;
	margin: 0px -11px;
}
#sb-title-inner {
	font-family: verdana, arial, sans-serif;
	font-weight: bold;
	color: #757575;
	background-color: #fff701;
	height:64px;
	padding: 25px 20px;
	font-size: 18px;
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(resources/close.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	top: 26px; /*initially set to same as #sb-title height*/
	right: 19px;
	display: block;
	width: 108px;
	height: 15px;
	cursor: pointer;
	z-index: 2;
}
a#sb-nav-close:hover  {
	background-image: url(resources/close_hover.png);
}
#sb-body {
	z-index: 3;
	margin-top:23px;
	border:0px;
}
#sb-info {
	z-index: 4;
}
#sb-wrapper {
  padding: 20px;
  background-color: #fff;
}
#sb-body, #sb-loading {
  background-color: #fff; /* should match loading image background color */
}
