﻿
	.h5Header
	{
		padding-bottom:20px;
		text-align:left;
	}
	
	#leftDiv
	{
		width:500px;
		float:left;
		padding:0 20px;
		min-height:400px;
	}
	
	.h4Header
	{
		font-size:16px;
	}
	
	#rightDiv
	{
		width:370px;
		float:left;
		text-align:center;
	}
	
	#giftCard
	{
		width:auto;
	}
	
	#agreeBox
	{
		width:260px;
		padding:0 0 0 70px;
	}
	
	#ClickToPurchase
	{
		text-align:center;
		padding:15px 0 0 10px;
	}
	
	/*This is for the Popup Window*/
	.cardContent 
	{
		background-color: #f6f6f6; 
		border-left:2px solid #458c1e;
		border-right:2px solid #458c1e;
		margin:0 -10px 0 -10px;
		padding:0 10px;
	}
	
	.giftTermsPosition 
	{
		top: 5%;
		left:25%;
		_top:50px;
		_left:60%;
	}
	
	*:first-child+html .giftTermsPosition
	{
		left:0%;
	}
	
	.giftTermsWrapper 
	{
		position: relative; 
		padding:0 10px 10px 10px;
		text-align:left;
	}
	
	.giftTermsSize 
	{ 
		width: 600px; 
	}













