
/*begin old */
.GatewayContentContainer {
	background-color	: #DDD;
	border-color		: #999;
}

.GatewayContainer {
	font				: normal 11px "Trebuchet MS", Verdana, sans-serif;
	text-align			:left;
}

.GatewayContentDescription {
	font-size			: 14px;
}

.GatewayEULA textbox {
	border-color		: #D9D9D9;	
}	

.GatewayEULA iframe {
	border-color		: #D9D9D9;	
}

.GatewayPLD strong {
	color				: #F49633;
}

.GatewayEulaLinks a {
	color				: #000;
	text-decoration		: underline;
}

.GatewayContinueButton a {
	background			: transparent url(/Resources/Images/ContentGateway/arrow_continue_orange.gif) top left no-repeat;
}

.GatewayContinueButton a:hover {
	background-position	: bottom left;
}

.GatewayCancelButton a {
	background			: transparent url(/Resources/Images/ContentGateway/arrow_goback_orange.gif) top left no-repeat;
}

.GatewayCancelButton a:hover {
	background-position	: bottom left;
}

.GatewayCheckBox
{
	font-weight:bold;
	font-size: 12px;
}

.GatewaySRCheckbox {
	font-weight		: bold;
	font-size		: 12px;
}

.GatewaySRLinks a {
	color				: #000;
	text-decoration		: underline;
}
/*end old*/
