/* Popup CSS */

#shipping-rate_popup_overlay_iframe	{
	z-index: 100000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
}

#shipping-rate_popup_overlay	{
	z-index: 1000000;
	background-color: black;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	cursor: pointer;
}

#shipping-rate-popup	{
	width: 554px;
	height: 530px;
	border: 1px solid black;
	padding: 20px;
	position: fixed;
	z-index: 1000001;
	background-color: white;
	
}

#shipping-rate-popup div.shipping-rate-contents	{
	overflow: auto;
	height: 450px;
	padding-right: 10px;
}

#shipping-rate-popup p.close	{
	font-size: 15px;
	text-transform: uppercase;
	text-align: right;
	margin-top: 20px;
	font-weight: bold;
}

#shipping-rate-popup p.close a,
#shipping-rate-popup p.close a:link,
#shipping-rate-popup p.close a:visited	{
	text-decoration: none; 
	color: black;
}

#shipping-rate-popup p.close a:hover	{
	text-decoration: underline;
}
