#framed{
	top:90px;
	margin-left:0px;
	width:900px;
	height:830px;
	background-color:#FFFFFF;
	position:absolute;
}
#sltBox {
	width:869px;
	height:515px;
	margin-top:20px;
	margin-left:15px;
	background:url(../images/misc/container_bg.gif) no-repeat; float:left;
}
#sltFooter {
	top:900px;
	width:900px;
	height:40px;
	position:absolute;
}
#widgetFrame {
	width:200px;
	height:510px;
	float:left;
	border:none;
	margin:0;
	padding-top:20px;
	padding-left:20px;
	padding-bottom:20px;
}

#widgetInfo {
	float:right;
	width:610px;
	height:525px;
	color:#333333;
	padding-right:30px;
	padding-left:30px;
	padding-top:15px;
	position:absolute;
	margin-left:215px;
	padding-right:20px;
}
#widgetInfo p{
	font-size:13px;
}
#click{
	position:absolute;
	top:374px;
}
#clearspring{
	position:absolute;
	top:553px;
	float:left;
	margin-left:20px;
}
#regEmail {
	position:absolute;
	top:554px;
	margin-left:482px;
	background:url(../images/misc/regEmail.gif) no-repeat;
	width:397px;
	height:296px;
	padding-top:50px;
	padding-left:20px;
	padding-bottom:30px;
}

#outerframe
{
	width:200px;
	height:20px;
	overflow:hidden;
	position:relative;
	margin-top:10px;
}

#innerframe
{
	position:absolute;
	top:-540px;
	left:-650px;
	width:1280px;
	height:1200px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#innerframe {
		top:-490px;
		left:-520px;
	}
}

/*Extra email subscription forms*/
#collectEmail {
	background-color: #afcad5;
	height:60px;
	margin-top:15px;
}
#collectEmail #subscriptionForm {
	margin-top:-6px;
	float:left;
	background: transparent;
}
#disclaimer {
	color: #617881;
	font-size: 0.8em;
}
#collectEmail #submitButton {
	vertical-align: text-bottom;
	margin-left:10px;
	margin-right:10px;
}
#collectEmail #atSymbol {
	position:relative;
	margin:5px;
	float: left;
	background: transparent;
}
#collectEmail p {
	margin-bottom:5px;
}