
/* begin old */ 
.GatewayContainer {
	width				: 650px;
	margin				: 0 auto; 	
	
	height				: 500px;
}

.GatewayContentContainer {
	position			: relative;
	width				: 655px;
	height				: 115px;
	border-width		: 1px;
	border-style		: solid;
}

html>body .GatewayContentContainer { 
	height				: auto;
	min-height			: 115px;
}

.GatewayContentThumbnail {
	position			: absolute;
	top					: 30px;
	left				: 5px;
}

.GatewayContentThumbnail img {
	height				: 75px;
	width				: 100px;
}

.GatewayContentTitle {
	margin-left			: 250px;
	font-size			: 16px;
	font-weight			: bold;
	margin-bottom		: 5px;
}

.GatewayContentDescription {
	margin-left			: 115px;
	margin-right		: 5px;
	margin-bottom		: 5px;
}

.GatewayPLD {
	position			: absolute;
	width				: 300px;
}

.GatewayPLD p {
	margin				: 10px 10px 0 5px;
}

.GatewayEULA iframe {
	position			: absolute;
	margin-left			: 300px;
	margin-top			: 10px;
	width				: 355px;
	height				: 90px;
	border-width		: 1px;
	border-style		: solid;		
}

.GatewayEulaLinks {
	position			: absolute;
	margin-left			: 405px;
	margin-top			: 110px;	
	padding-bottom		: 10px;
}

.GatewayAgreementContainer { 
	position			: absolute;
	margin-left			: 300px;
	margin-top			: 170px;	
	width				: 350px;
}

.GatewayCancelButton {
	position			: absolute;
	top					: 70px;
	left				: -12px;
}

.GatewayCancelButton a {
	display				: block;
	height				: 55px;
	width				: 115px;
}

.GatewayContinueButton {
	position			: absolute;
	top					: 70px;
	right				: -18px;
}

.GatewayContinueButton a {
	display				: block;
	height				: 55px;
	width				: 115px;
}

.GatewayTags {
	margin-top			: 50px;
}

.GatewayAgreementText {
	position			: absolute;
	top					: 60px;
	left				: 133px;
	width				: 90px;
	text-align			: center;
}

.GatewayMsgLine {
	text-align			: center;
	width				: 150px;
	font-size			: 13px;	
	font-weight         : bold;
	position			: absolute;
	top					: 73px;
	left				: 98px;
	margin				: 0;
}

.GatewaySRAgreementContainer {
	position			: absolute;
	margin-left			: 300px;
	margin-top			: 140px;	
	width				: 350px;
}

.GatewaySRCheckbox {
	float			:left;
}

.GatewaySRLinks 
{
	padding-top		: 2px;
	float			: right;
}
/*end old*/

