#sb-title {
	padding-right: 20px; /*clear #sb-nav-close by 4px*/
	z-index: 1;
}
#sb-nav-close {
	background-color: transparent;
	background-image: url(resources/close.png);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	right: 0;
	display: block;
	width: 26px;
	height: 28px;
	cursor: pointer;
	z-index: 2;
}
#sb-body {
	z-index: 3;
}
#sb-info {
	z-index: 4;
}



/**
 * 
 * 	Shadowbox
 * 
 * 	Shadowbox customisation for Update Profile
 * 
 */
#sb-title, #sb-title-inner {
	background: url('../img/section_header_bg.png') left top no-repeat transparent;
	font-family: Georgia;
	height: 34px;
}

#sb-body {
	border-color: #ffffff;
}

#sb-body, #sb-loading
{
background-color: #ffffff;
}

#sb-title-inner {
	padding-left: 3px;
	padding-top: 1px;
}

#sb-title-inner .dialog_title {
	padding-left: 10px;
	vertical-align:super;
}

