.container {
	width: 500px; 
	margin: 10px auto;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 120px;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    width: 600px;
	line-height:30px;
}

ul.tabs li {
    float: left;
    margin: 0;
    padding: 0;
    height: 119px;
    line-height: 120px;
    border: 1px solid #999;
    border-left: none;
    margin-bottom: -1px;
    background: #e0e0e0;
    overflow: hidden;
    position: relative;
	width:299px;
}

ul.tabs li a {
    text-decoration: none;
    color: #000;
    display: block;
    font-size:12px;
    padding: 0 20px;
    border: 1px solid #fff;
    outline: none;
	vertical-align:bottom;
	line-height:120px;
}

ul.tabs li a:hover {
    background: #ccc;
}   

html ul.tabs li.active, html ul.tabs li.active a:hover  {
    background: #fff;
    border-bottom: 1px solid #fff;
}

.tab_container {
    border: 1px solid #999;
    border-top: none;
    clear: both;
    float: left; 
    width: 599px;
    background: #fff;
	height:150px;
}

.tab_content {
    padding: 20px;
    font-size: 12px;
}

.container-business {
	width: 500px; 
	margin: 10px auto;
}

ul.tab {
    margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 32px; /*--Set height of tabs--*/
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	width: 600px;
}

ul.tab li {
   	float: left;
	margin: 0;
	padding: 0;
	height: 31px; /*--Subtract 1px from the height of the unordered list--*/
	line-height: 31px; /*--Vertically aligns the text within the tab--*/
	border: 1px solid #999;
	border-left: none;
	margin-bottom: -1px; /*--Pull the list item down 1px--*/
	overflow: hidden;
	position: relative;
	background: #e0e0e0;
	width:149px;
}

ul.tab li a {
    text-decoration: none;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 0 20px;
	border: 1px solid #fff; /*--Gives the bevel look with a 1px white border inside the list item--*/
	outline: none;
}

ul.tab li a:hover {
    background: #ccc;
}   

html ul.tab li.active, html ul.tab li.active a:hover  {
   	background: #fff;
	border-bottom: 1px solid #fff;
}

.tab_container-business {
    border: 1px solid #999;
	border-top: none;
	overflow: hidden;
	clear: both;
	float: left; 
	width: 599px;
	background: #fff;
	height:670px;
	margin-bottom:10px;
}

.tab_content-business {
   	padding: 20px;
	font-size: 12px;
}

.pretty-table
{
  padding: 0;
  margin: 0;
  border-collapse: collapse;
  border: 1px solid #333;
  border-bottom: 1px solid #333;
  font-family:"Century Gothic";
  font-size: 12px;
  color: #000;
  background: #bcd0e4 url(images/cardProgram/widget-table-bg.jpg) top left repeat-x;
}


.pretty-table th, .pretty-table td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  color: #632a39;
}

.pretty-table th[scope=col]
{
  color: #fff;
  font-weight:bold;
  background-color: #8fadcc;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
  width:230px;
}

.pretty-table tr.alt th, .pretty-table tr.alt td
{
  color: #2a4763;
}

.pretty-table tr:hover th[scope=row], .pretty-table tr:hover td
{
  background-color:#666666;
  color: #fff;
}

.pretty-table td {
  text-align: center;
}

.pretty-table td:first-child {
  text-align: left;
}

.card-program-cardholders a {
	margin-left:170px;
	margin-right:0px;
	height:130px;
	width:110px;
	overflow:hidden;
	float:left;
}

.card-program-cardholders img{
	border:0;
}

.card-program-cardholders a:hover img{
	margin-top:-130px;
}

.card-program-business-owner a {
	margin-right:130px;
	height:130px;
	width:110px;
	overflow:hidden;
	float:left;
}

.card-program-business-owner img{
	border:0;
}

.card-program-business-owner a:hover img {
	margin-top:-130px;
}

.btn-ipaydna-card-login{
	width:200px;
	height:64px;
	overflow:hidden;
	float:right;
	margin-right:18px;
}

.btn-ipaydna-card-login img{
	border:0;
}

.btn-ipaydna-card-login:hover img{
	margin-top:-64px;
}
/* 
#pop-out-style {
	display: none;
	position: absolute;
	left:50%;
	margin-left:-80px;
	margin-top:260px;
	top: 2px;
	width: 350px;
	height:205px;
	font-size: 12px;
	background:url(../images/bubble.png) no-repeat;
	cursor:auto;
}

#pop-out-style p{
	font-size:14px;
	font-weight:bold;
}
*/

#digipass a{
	float:left;
	width:102px;
	height:120px;
	overflow:hidden;
	padding-left:45px;
}

#digipass img{
	border:0;
}

#digipass a:hover img{
	margin-top:-120px;
}

#iac a{
	width:102px;
	height:120px;
	overflow:hidden;
	float:left;
	padding-left:5px;
}

#iac img{
	border:0;
}

#iac a:hover img{
	margin-top:-120px;
}

/*
.close-popout {
	float:right;
	cursor:pointer;
	padding-right:45px;
}*/

#find-out-more{
	margin-left:-85px; 
	clear:both;
	padding-top:3px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
}

#find-out-more a{
	position:absolute;
	padding:0;
	margin:0;
}

#header {
	float: left;
	width:600px;
	padding-bottom:10px;
	background-image:url(../images/cardProgram/ipaydna-logo.png);
	background-repeat:no-repeat;
	height:55px;
}

#applet {
	float:left;
	text-align:center;
	clear:both;
}

#btn-digipass a{
	float: right;
	height: 45px;
	width: 160px;
	cursor:pointer;
	vertical-align:middle;
	margin-top:10px;
	overflow:hidden;
}

#btn-digipass img{
	border:0;
}

#btn-digipass a:hover img{
	margin-top:-45px;
}

#btn-iac a{
	float: right;
	height: 45px;
	width: 160px;
	vertical-align:middle;
	margin-top:10px;
	clear:none;
	overflow:hidden;
}

#btn-iac img {
	border:0;
}

#btn-iac a:hover img {
	margin-top:-45px;
}

#copyright {
	float:left;
	clear:both;
	color:#FFFFFF;
	margin-top:10px;
	font-family:"Century Gothic";
	font-size:12px;
	width:600px;
}

#cardholder a{
	width:150px;
	height:154px;
	overflow:hidden;
	float:left;
	margin:5px;
	padding-left: 150px;
	margin-top:5px;
}

#cardholder img{
	border:0;
}

#cardholder a:hover img{
	margin-top:-154px;
}

#businesses a {
	width:150px;
	height:154px;
	overflow:hidden;
	float:left;
	margin:5px;
	padding-left: 100px;
	margin-top:5px;
}

#businesses img{
	border:0;
}

#businesses a:hover img{
	margin-top:-154px;
}

#enquiry-form-container {
	width: 720px; /*CONTAINER WIDTH*/
	height:580px;
	clear:both;
	font-family:"Century Gothic";
	font-size:11px;
	margin: 0px;
	padding: 0px;
	margin-left:8px;
}

#navigation{
	width:720px;
	position:relative;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color:#EFEFEF;
	height:540px;
	margin-left:8px;
}

#button-info-box-cardholder{
	 float:left; 
	 clear:none; 
	 width:200px; 
	 height:100px;
	 margin-left:120px; 
	 margin-bottom:30px;
	 text-align:center; 
	 padding:10px; 
	 font-family:"Century Gothic";
	 font-size:10px;
	 font-weight:bold;
	 color:#333333;
}

#button-info-box-businesses{
	 float:right; 
	 clear:none; 
	 width:200px;
	 height:100px; 
	 margin-right:120px; 
	 margin-bottom:30px;
	 text-align:center; 
	 padding:10px; 
	 font-family:"Century Gothic";
	 font-size:10px;
	 font-weight:bold;
	 color:#333333;
}

#enquiry-form-footer{
	 padding:6px; 
	 background-color:#000000;
	 font-family:"Century Gothic";
	 font-size:12px;
	 font-weight:bold;
	 color:#ffffff;
	 text-align:center;
	 margin-left:8px;
	 margin-top:5px;
}

#char-limit-info{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#char-limit-info-enquiries{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#enquiry-form-container{ 
	overflow-y: hidden; 
	overflow:hidden;
}

#char-limit-info-business-question{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#char-limit-info-business-enquiries{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#char-limit-info-cardholder-other-subject{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#char-limit-info-businesses-other-subject{
	font-family:"Century Gothic";
	font-size:11px;
	font-weight:bold;
	color:#FF0000;
}

#welcome{
    position:absolute;
    width: 100%;
	margin:0;
    z-index: 9997;
	opacity: .75; 
	filter:Alpha(Opacity=75);
	background:#000000;
}

#welcome-window-card {
	background:#CCFFFF repeat-y scroll 0 0;
	border:solid #ffffff 5px;
	display: none;
	height:190px;	
	position: absolute;
	text-align:center;
	z-index: 9999;
	width:350px;
	right: 50%;
	margin-right:-180px;
	padding-bottom:10px;
	
}
#welcome-window-card .x {
    float: right;
    margin: -10px;
    position: relative;
    z-index: 9999999;
}

#enquiry-business a{
	width:150px;
	height:60px;
	overflow:hidden;
	float:left;
	clear:none;
}

#enquiry-business img{
	border:0;
}

#enquiry-business a:hover img{
	margin-top:-60px;
}