/* Popup */
#popup_page {
	width: expression(Math.max(Math.min(getWindowWidth(), 760), 456) + "px");  /* Sets min/max-width; Supported by IE, not Firefox */
	min-width: 456px;  /* Supported by Firefox, not IE */
	max-width: 760px;  /* Supported by Firefox, not IE */
}
#popup_header .capone_logo {
	float: left;
	width: 240px;
	height: 60px; /* height and width refer to /images/https-common/logo_v2_cms.gif */
	padding: 20px 10px 15px 20px; /* padding needs to set the header height to 70px */
}
#popup_header .home_link {
	float: right;
	font-size: 12px;
	text-align: right;
	padding: 20px 20px 15px 10px;
}
#popup_title {
	clear: left;
	color: #333;
	font-size: 15px;
	font-weight: bold;
	padding: 10px 20px 15px;
}
#popup_body {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 0 20px 15px;
}
#popup_footer {
	color: #999;
	font-size: 11px;
	font-weight: normal;
	padding: 0 20px 20px;
}
