#opener-frame {
	margin: 10px;
	background: black;
	padding-top:10px;
	width: 940px;
	height: 250px;
	overflow: hidden;
}

#cptamerica {
	width: 100%;
	height: 100%;
}

#opener-textbox {
	position: absolute;
	left: 10px;
	top: 120px;
	background: url(../images/opener-bg.png);
	width: 450px;
	height: 120px;
	border-bottom: 1px solid #fff;
}

	* html #opener-textbox {
	background: #000;
	filter: alpha(opacity = 80);
	}

#opener-textbox b{margin-top: 8px; font-weight: bold; font-size: 150%; display: block;}
#opener-textbox p{margin: 10px 20px 15px 35px;}

a.opener-link {
	display: block;
	position: absolute;
	left: 10px;
	top: 10px;
	width: 940px;
	height: 250px;
	z-index: 10;
}

* html a.opener-link {
	background: #000;
	filter: alpha(opacity = 0);
}
