/*******************************************************************************/
#header_hcp
{
	width: 452px;
}
#galderma
{
	float: right;
}
/*CONSUMER SAFETY INFO POPUP
******************************************************************************/
DIV.SafetyInfoPopup
{
	width: 498px;
	height: 368px;
	display: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
	background-image: url(../Images/SafetyPopupBg.png);
}
DIV.SafetyInfoPopup DIV.SafetyInfoContent
{
	width: 465px;
	color: #000E57;
	font-size: 12px;
	line-height: 16px;
	padding: 40px 0px 0px 50px;
	background-image: url(../Images/SafetyPopupBg.png);
	height: 338px;
}

DIV.SafetyInfoPopup DIV.SafetyInfoContent A
{
	color: #00134B;
	font-weight: bold;
}
DIV.SafetyInfoPopup DIV.close
{
	background-image: url(../Images/SafetyPopupClose.png);
	position: absolute;
	right: 35px;
	top: 32px;
	cursor: pointer;
	height: 8px;
	width: 32px;
}
/******************************************************************************
PROFESSIONAL SAFETY INFO POPUP
******************************************************************************/
DIV.ProSafetyInfoPopup
{
	background-image: url(../Images/SafetyPopupBg_Pro.png);
	width: 516px;
	height: 500px;
	display: none;
	padding: 0px;
	margin: 0px;
	text-align: left;
}
DIV.ProSafetyInfoPopup DIV.ProSafetyInfoContent
{
	width: 400px;
	color: #BB3D96;
	font-size: 12px;
	line-height: 14px;
	padding: 37px 0px 0px 50px;
}
DIV.ProSafetyInfoPopup DIV.ProSafetyInfoContent A
{
	color: #BB3D96;
	font-weight: bold;
}
DIV.ProSafetyInfoPopup DIV.close
{
	background-image: url(../Images/SafetyPopupClose.png);
	position: absolute;
	right: 38px;
	top: 32px;
	cursor: pointer;
	height: 8px;
	width: 32px;
}
/*****************************************************
SAFETY INFORMATION
*****************************************************/
DIV.SafetyCalloutOverlay
{
	background-image: url(../Images/SafetyPopupBg.png);
	width: 599px;
	height: 693px;
	display: none;
}
DIV.SafetyCalloutOverlay DIV.close
{
	background-image: url(../Images/SafetyPopupClose.png);
	position: absolute;
	right: 35px;
	top: 20px;
	cursor: pointer;
	height: 13px;
	width: 96px;
}
DIV.SafetyCalloutOverlay DIV.wrap
{
	overflow: none;
	border: 0px solid #000;
}
#SafetyInfoContainer
{
	padding: 180px 30px 0px;
}

